aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Bitcode/2006-12-11-Cast-ConstExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/2006-12-11-Cast-ConstExpr.ll b/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
index 7e6bb7b6f9..6df8711fe7 100644
--- a/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
+++ b/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)
}