summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-17 02:36:59 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-17 02:36:59 +0000
commitc93943b6fef4d84a9934cf23f8b14d3a8952f26f (patch)
treeda6f05a78d5c9421c2eac0a36b4f3c2645d7d5cc /test/CodeGen
parentb70eac42e78b28e786c2424ef8efab7d8275472a (diff)
downloadllvm-c93943b6fef4d84a9934cf23f8b14d3a8952f26f.tar.gz
llvm-c93943b6fef4d84a9934cf23f8b14d3a8952f26f.tar.bz2
llvm-c93943b6fef4d84a9934cf23f8b14d3a8952f26f.tar.xz
Back out r131444 and r131438; they're breaking nightly tests. I'll look into
it more tomorrow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/fast-isel-call.ll4
-rw-r--r--test/CodeGen/X86/fast-isel-extract.ll2
2 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/fast-isel-call.ll b/test/CodeGen/X86/fast-isel-call.ll
index f5fcf1ea1b..5fcdbbbe53 100644
--- a/test/CodeGen/X86/fast-isel-call.ll
+++ b/test/CodeGen/X86/fast-isel-call.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -march=x86 | FileCheck %s
+; RUN: llc < %s -fast-isel -march=x86 | grep and
define i32 @t() nounwind {
tak:
@@ -8,8 +8,6 @@ BB1:
ret i32 1
BB2:
ret i32 0
-; CHECK: calll
-; CHECK-NEXT: testb $1
}
declare i1 @foo() zeroext nounwind
diff --git a/test/CodeGen/X86/fast-isel-extract.ll b/test/CodeGen/X86/fast-isel-extract.ll
index f63396e40c..e51c4179dd 100644
--- a/test/CodeGen/X86/fast-isel-extract.ll
+++ b/test/CodeGen/X86/fast-isel-extract.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple x86_64-apple-darwin11 -O0 -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple x86_64-apple-darwin11 -O0 | FileCheck %s
%struct.x = type { i64, i64 }
%addovf = type { i32, i1 }