summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-loads.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-09 00:39:23 +0000
committerDan Gohman <gohman@apple.com>2010-07-09 00:39:23 +0000
commit0b5aa1cdd3946745b54bb33902db391d41e53cd8 (patch)
treed505d885d7eb22b720c4bdc9ee3c18c8f707520e /llvm/test/CodeGen/X86/fast-isel-loads.ll
parente6cc0d33bbb378784e6332e810e7c40f350ee1f7 (diff)
downloadbcm5719-llvm-0b5aa1cdd3946745b54bb33902db391d41e53cd8.tar.gz
bcm5719-llvm-0b5aa1cdd3946745b54bb33902db391d41e53cd8.zip
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
a DBG_VALUE after a terminator, or emitting any instructions before an EH_LABEL. llvm-svn: 107943
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-loads.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-loads.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-loads.ll b/llvm/test/CodeGen/X86/fast-isel-loads.ll
index 027363e4688..2fbb46c0b9f 100644
--- a/llvm/test/CodeGen/X86/fast-isel-loads.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-loads.ll
@@ -5,7 +5,7 @@
; CHECK: foo:
; CHECK-NEXT: movq %rdi, -8(%rsp)
; CHECK-NEXT: movq %rsi, -16(%rsp)
-; CHECK: movsd 128(%rsi,%rdi,8), %xmm0
+; CHECK-NEXT: movsd 128(%rsi,%rdi,8), %xmm0
; CHECK-NEXT: ret
define double @foo(i64 %x, double* %p) nounwind {
OpenPOWER on IntegriCloud