From: Jakub Staszak Date: Fri, 19 Apr 2013 09:32:30 +0000 (+0000) Subject: Revert 179826. Tests were worthless. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7e3701658632f9e852b4ea3a2f42ae2b69e51cf;p=oota-llvm.git Revert 179826. Tests were worthless. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179845 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GlobalDCE/complex-constantexpr.ll b/test/Transforms/GlobalDCE/complex-constantexpr.ll index 2978704ddf2..4bf1aeee709 100644 --- a/test/Transforms/GlobalDCE/complex-constantexpr.ll +++ b/test/Transforms/GlobalDCE/complex-constantexpr.ll @@ -1,4 +1,4 @@ -; RUN: opt -globaldce -disable-output < %s +; RUN: opt -O2 -disable-output < %s ; PR15714 %struct.ham = type { i32 } diff --git a/test/Transforms/PhaseOrdering/scev.ll b/test/Transforms/PhaseOrdering/scev.ll index c3b71943f81..39adb6b73d3 100644 --- a/test/Transforms/PhaseOrdering/scev.ll +++ b/test/Transforms/PhaseOrdering/scev.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -analyze -scalar-evolution < %s | FileCheck %s +; RUN: opt -O3 -S -analyze -scalar-evolution < %s | FileCheck %s ; ; This file contains phase ordering tests for scalar evolution. ; Test that the standard passes don't obfuscate the IR so scalar evolution can't