summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-11 03:50:38 +0000
committerChris Lattner <sabre@nondot.org>2005-09-11 03:50:38 +0000
commit6b780a702e12b3d18ff07afbf9a8a07f2f5d1f40 (patch)
treea35d5da339bdbc17d98a59bbd174e7cbb06581c3
parentc4dd1a4bbe6c1d9e61c1213c1d559d97b16d147f (diff)
downloadllvm-6b780a702e12b3d18ff07afbf9a8a07f2f5d1f40.tar.gz
llvm-6b780a702e12b3d18ff07afbf9a8a07f2f5d1f40.tar.bz2
llvm-6b780a702e12b3d18ff07afbf9a8a07f2f5d1f40.tar.xz
Make sure to disable 64-bit extensions for this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23309 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll b/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
index 167170505e..1c30f09716 100644
--- a/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
+++ b/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
@@ -1,6 +1,6 @@
; This function should have exactly one call to fixdfdi, no more!
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'bl .*fixdfdi' | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=ppc32 -mattr=-64bit | grep 'bl .*fixdfdi' | wc -l | grep 1
double %test2(double %tmp.7705) {
%mem_tmp.2.0.in = cast double %tmp.7705 to long ; <long> [#uses=1]