summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-extract.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-17 00:13:47 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-17 00:13:47 +0000
commitcdc9a20561ff6e2dc9cf7ee6aac70f54c06579c3 (patch)
tree5d3afa5de90bcc72a489e171ef4c9297a7265d23 /test/CodeGen/X86/fast-isel-extract.ll
parente1edb17bc3c606dd2e9c4e1b55da8e13817e5e09 (diff)
downloadllvm-cdc9a20561ff6e2dc9cf7ee6aac70f54c06579c3.tar.gz
llvm-cdc9a20561ff6e2dc9cf7ee6aac70f54c06579c3.tar.bz2
llvm-cdc9a20561ff6e2dc9cf7ee6aac70f54c06579c3.tar.xz
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel-extract.ll')
-rw-r--r--test/CodeGen/X86/fast-isel-extract.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-extract.ll b/test/CodeGen/X86/fast-isel-extract.ll
index e51c4179dd..f63396e40c 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 | FileCheck %s
+; RUN: llc < %s -mtriple x86_64-apple-darwin11 -O0 -fast-isel-abort | FileCheck %s
%struct.x = type { i64, i64 }
%addovf = type { i32, i1 }