summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-04-19 09:32:30 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-04-19 09:32:30 +0000
commita7e3701658632f9e852b4ea3a2f42ae2b69e51cf (patch)
tree563c73a2d1fc527fc6584b572bfa24fbda273b10 /test/Transforms/GlobalDCE
parent41201ed06fa4fb246f5a7e9e2b62168814eca6ff (diff)
downloadllvm-a7e3701658632f9e852b4ea3a2f42ae2b69e51cf.tar.gz
llvm-a7e3701658632f9e852b4ea3a2f42ae2b69e51cf.tar.bz2
llvm-a7e3701658632f9e852b4ea3a2f42ae2b69e51cf.tar.xz
Revert 179826. Tests were worthless.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GlobalDCE')
-rw-r--r--test/Transforms/GlobalDCE/complex-constantexpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/complex-constantexpr.ll b/test/Transforms/GlobalDCE/complex-constantexpr.ll
index 2978704ddf..4bf1aeee70 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 }