summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/unsafe-math.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
commitce380568b5406356a04d745c9c6f137000217ef4 (patch)
treec7f2b122fd0787529ed0b95e2564971afa2ee6c6 /llvm/test/CodeGen/PowerPC/unsafe-math.ll
parent4f95f1ab08a707652664aa6d211c1a513dece122 (diff)
downloadbcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.tar.gz
bcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.zip
For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/unsafe-math.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/unsafe-math.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/unsafe-math.ll b/llvm/test/CodeGen/PowerPC/unsafe-math.ll
index 29a45985bb0..583c5421928 100644
--- a/llvm/test/CodeGen/PowerPC/unsafe-math.ll
+++ b/llvm/test/CodeGen/PowerPC/unsafe-math.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep fmul | wc -l | grep 2 &&
; RUN: llvm-as < %s | llc -march=ppc32 -enable-unsafe-fp-math | grep fmul | wc -l | grep 1
-define double %foo(double %X) {
+define double @foo(double %X) {
%tmp1 = mul double %X, 1.23
%tmp2 = mul double %tmp1, 4.124
ret double %tmp2
OpenPOWER on IntegriCloud