aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll')
-rw-r--r--test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll b/test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll
deleted file mode 100644
index 5fd94aa78a..0000000000
--- a/test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: opt < %s -instsimplify -S | FileCheck %s
-define i1 @g(i32 %a) nounwind readnone {
-; CHECK: @g
- %add = shl i32 %a, 1
- %mul = shl i32 %a, 1
- %cmp = icmp ugt i32 %add, %mul
- ret i1 %cmp
-; CHECK: ret i1 false
-}