From f00f1e50b52851453610dbd8ba8ca192400f7374 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 25 Aug 2008 21:27:18 +0000 Subject: 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. llvm-svn: 55338 --- llvm/test/CodeGen/X86/fold-call-2.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/X86/fold-call-2.ll b/llvm/test/CodeGen/X86/fold-call-2.ll index fe060a7ea5a..349f986830a 100644 --- a/llvm/test/CodeGen/X86/fold-call-2.ll +++ b/llvm/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 ()* ; [#uses=1] -- cgit v1.2.3