From 83ba150f3a718b97c467b16f1e8c04a1ec9db11b Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 17 May 2011 00:13:47 +0000 Subject: Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872. llvm-svn: 131438 --- llvm/test/CodeGen/X86/fast-isel-extract.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen') 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 } -- cgit v1.2.3