Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
[oota-llvm.git] / test / CodeGen / X86 / 2008-08-23-X86-64AsmBug.ll
index 518e8ccd5dc1eb90252f1a020ec41226c6836b42..eacb4a51c21545f2750d0b9308a54d4d72dd1fba 100644 (file)
@@ -1,10 +1,7 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movq
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movd | count 1
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movq
 ; PR2677
 
-; FIXME: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movd | count 1
-; We now no longer allow instruction whose def has a sub-reg index to be
-; rematerialized.
-
 
        %struct.Bigint = type { %struct.Bigint*, i32, i32, i32, i32, [1 x i32] }