summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-call-2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-08-25 21:27:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-08-25 21:27:18 +0000
commitab6c3bb44d254d1b3c9dcce74ba3a917558feab3 (patch)
tree3fd09292c650af08c40411a74ced15924aa0ec7e /test/CodeGen/X86/fold-call-2.ll
parent140a8bb00640a5af4ae29516ac7c18c22f75c2be (diff)
downloadllvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.tar.gz
llvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.tar.bz2
llvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.tar.xz
Try approach to moving call address load inside of callseq_start. Now it's done during the preprocess of x86 isel. callseq_start's chain is changed to load's chain node; while load's chain is the last of callseq_start or the loads or copytoreg nodes inserted to move arguments to the right spot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-call-2.ll')
-rw-r--r--test/CodeGen/X86/fold-call-2.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-call-2.ll b/test/CodeGen/X86/fold-call-2.ll
index fe060a7ea5..349f986830 100644
--- a/test/CodeGen/X86/fold-call-2.ll
+++ b/test/CodeGen/X86/fold-call-2.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep mov | count 1
-; XFAIL: *
@f = external global void ()* ; <void ()**> [#uses=1]