summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/compare-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/compare-add.ll')
-rw-r--r--llvm/test/Regression/CodeGen/X86/compare-add.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/compare-add.ll b/llvm/test/Regression/CodeGen/X86/compare-add.ll
deleted file mode 100644
index 866e36b17d5..00000000000
--- a/llvm/test/Regression/CodeGen/X86/compare-add.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep add
-bool %X(int %X) {
- %Y = add int %X, 14
- %Z = setne int %Y, 12345
- ret bool %Z
-}
-
OpenPOWER on IntegriCloud