diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-08-25 21:27:18 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-08-25 21:27:18 +0000 |
commit | ab6c3bb44d254d1b3c9dcce74ba3a917558feab3 (patch) | |
tree | 3fd09292c650af08c40411a74ced15924aa0ec7e /test/CodeGen | |
parent | 140a8bb00640a5af4ae29516ac7c18c22f75c2be (diff) | |
download | external_llvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.zip external_llvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.tar.gz external_llvm-ab6c3bb44d254d1b3c9dcce74ba3a917558feab3.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/fold-call-2.ll | 1 |
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 fe060a7..349f986 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] |