Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2008-04-15-LiveVariableBug.ll
index 8cdff563a3bf86873ddfdcb69c14b15e53e25395..0742371dc9ba500a401437b4ecfd078557f81126 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -fast -regalloc=local
+; RUN: llc < %s -mtriple=x86_64-apple-darwin
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=fast
+; PR5534
 
        %struct.CGPoint = type { double, double }
        %struct.NSArray = type { %struct.NSObject }