diff options
-rw-r--r-- | test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll b/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll index ed7bf1983b..e1491a03d8 100644 --- a/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll +++ b/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll @@ -1,5 +1,6 @@ ; RUN: llc < %s -march=x86 -O0 | FileCheck %s ; PR7509 +target triple = "i386-apple-darwin10" %asmtype = type { i32, i8*, i32, i32 } ; Arguments 1 and 4 must be the same. No other output arguments may be |