X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FBitcode%2F2006-12-11-Cast-ConstExpr.ll;h=6df8711fe708898a5d3f46c45182532c6df56026;hb=ab3d00e5350fd4c097e2a5b077da7584692029a7;hp=7e6bb7b6f9255b35b698ce62926913a16f2e8d07;hpb=2d290f9dc4503a038f61e7cbc6717b478817c4cc;p=oota-llvm.git diff --git a/test/Bitcode/2006-12-11-Cast-ConstExpr.ll b/test/Bitcode/2006-12-11-Cast-ConstExpr.ll index 7e6bb7b6f92..6df8711fe70 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) }