aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll')
-rw-r--r--test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll b/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
index 518e8cc..a0f4fcf 100644
--- a/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
+++ b/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
@@ -1,10 +1,7 @@
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movd | count 1
; RUN: llvm-as < %s | llc -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] }