fix this test.
authorChris Lattner <sabre@nondot.org>
Sun, 17 Feb 2008 00:15:25 +0000 (00:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Feb 2008 00:15:25 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47232 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bitcode/2006-12-11-Cast-ConstExpr.ll

index 7e6bb7b6f9255b35b698ce62926913a16f2e8d07..6df8711fe708898a5d3f46c45182532c6df56026 100644 (file)
@@ -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)
 }