summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-25 01:16:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-25 01:16:38 +0000
commit601ca4b434f5c67503a30575cc36b688b0d959e6 (patch)
treec976edbbf80af613dde058cb8b554fc47d6d2a5c /test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
parente4f6ee590b65d7d164d11c4f185ac7e0f9fab648 (diff)
downloadllvm-601ca4b434f5c67503a30575cc36b688b0d959e6.tar.gz
llvm-601ca4b434f5c67503a30575cc36b688b0d959e6.tar.bz2
llvm-601ca4b434f5c67503a30575cc36b688b0d959e6.tar.xz
Enable two-address remat by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll')
-rw-r--r--test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll b/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
index c123eccef3..21dff69373 100644
--- a/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
+++ b/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
@@ -3,7 +3,7 @@
declare fastcc void @rdft(i32, i32, double*, i32*, double*)
-define fastcc void @mp_sqrt(i32 %n, i32 %radix, i32* %in, i32* %out, i32* %tmp1, i32* %tmp2, i32 %nfft, double* %tmp1fft, double* %tmp2fft, i32* %ip, double* %w) {
+define fastcc void @mp_sqrt(i32 %n, i32 %radix, i32* %in, i32* %out, i32* %tmp1, i32* %tmp2, i32 %nfft, double* %tmp1fft, double* %tmp2fft, i32* %ip, double* %w) nounwind {
entry:
br label %bb.i5