summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-17 00:15:25 +0000
committerChris Lattner <sabre@nondot.org>2008-02-17 00:15:25 +0000
commitaec0914c80700d13fe2952ad41c3710e236b9202 (patch)
tree0cb5e20522ff3f80c5b8cf01ae20224736e469bc /llvm/test/Bitcode
parent087ed9fcadf035b63ba8e03c99dfa5afc8a5766e (diff)
downloadbcm5719-llvm-aec0914c80700d13fe2952ad41c3710e236b9202.tar.gz
bcm5719-llvm-aec0914c80700d13fe2952ad41c3710e236b9202.zip
fix this test.
llvm-svn: 47232
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll b/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
index 7e6bb7b6f92..6df8711fe70 100644
--- a/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
+++ b/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
@@ -6,5 +6,5 @@
@G = external global i32
define float @tryit(i32 %A) {
- ret float sitofp( i32 ptrtoint (i32* @G to i32) to float)
+ ret float bitcast( i32 ptrtoint (i32* @G to i32) to float)
}
OpenPOWER on IntegriCloud