From aec0914c80700d13fe2952ad41c3710e236b9202 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 17 Feb 2008 00:15:25 +0000 Subject: fix this test. llvm-svn: 47232 --- llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Bitcode') 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) } -- cgit v1.2.3