diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-05-17 00:13:47 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-05-17 00:13:47 +0000 |
| commit | 83ba150f3a718b97c467b16f1e8c04a1ec9db11b (patch) | |
| tree | 04d4134493b0d1e4fc2d738ed172583e250eab6c /llvm/test/CodeGen | |
| parent | 97f0cf32ea39fa6327b1dfb93a0d8340564ad624 (diff) | |
| download | bcm5719-llvm-83ba150f3a718b97c467b16f1e8c04a1ec9db11b.tar.gz bcm5719-llvm-83ba150f3a718b97c467b16f1e8c04a1ec9db11b.zip | |
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
llvm-svn: 131438
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-extract.ll b/llvm/test/CodeGen/X86/fast-isel-extract.ll index e51c4179dd8..f63396e40ca 100644 --- a/llvm/test/CodeGen/X86/fast-isel-extract.ll +++ b/llvm/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 } |

