aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel-constant.ll
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2013-02-22 18:16:21 +0000
committerPete Cooper <peter_cooper@apple.com>2013-02-22 18:16:21 +0000
commitb7eb78409c5603c8f440c2585f23ebedf547e78d (patch)
tree7b84f52977cefa066bc5d43276c56de7fff92ca1 /test/CodeGen/X86/fast-isel-constant.ll
parentfd4af7d33461fb9674ea9b7aad8d896be307eb76 (diff)
downloadexternal_llvm-b7eb78409c5603c8f440c2585f23ebedf547e78d.zip
external_llvm-b7eb78409c5603c8f440c2585f23ebedf547e78d.tar.gz
external_llvm-b7eb78409c5603c8f440c2585f23ebedf547e78d.tar.bz2
Remove unused CHECK lines copied from another test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel-constant.ll')
-rw-r--r--test/CodeGen/X86/fast-isel-constant.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/fast-isel-constant.ll b/test/CodeGen/X86/fast-isel-constant.ll
index 394c1f9..6f9240a 100644
--- a/test/CodeGen/X86/fast-isel-constant.ll
+++ b/test/CodeGen/X86/fast-isel-constant.ll
@@ -19,14 +19,6 @@ normal:
overflow:
ret i1 false
-
-; X32: test4:
-; X32: addl
-; X32-NEXT: jo
-
-; X64: test4:
-; X64: addl %e[[A1:si|dx]], %e[[A0:di|cx]]
-; X64-NEXT: jo
}
declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)