diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll b/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll index 349db69..4e4ad2a 100644 --- a/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll +++ b/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll @@ -12,15 +12,15 @@ entry: %tmp = alloca i65 ; <i65*> [#uses=2] %"alloca point" = bitcast i65 0 to i65 ; <i65> [#uses=0] store i65 %x, i65* %x_addr - %tmp1 = load i65* %x_addr, align 4 ; <i65> [#uses=1] + %tmp1 = load i65, i65* %x_addr, align 4 ; <i65> [#uses=1] %tmp2 = ashr i65 %tmp1, 65 ; <i65> [#uses=1] store i65 %tmp2, i65* %tmp, align 4 - %tmp3 = load i65* %tmp, align 4 ; <i65> [#uses=1] + %tmp3 = load i65, i65* %tmp, align 4 ; <i65> [#uses=1] store i65 %tmp3, i65* %retval, align 4 br label %return return: ; preds = %entry - %retval4 = load i65* %retval ; <i65> [#uses=1] + %retval4 = load i65, i65* %retval ; <i65> [#uses=1] ret i65 %retval4 } @@ -46,14 +46,14 @@ cond_false: ; preds = %entry br label %cond_next cond_next: ; preds = %cond_false, %cond_true - %tmp5 = getelementptr [10 x i8]* @.str, i32 0, i32 0 ; <i8*> [#uses=1] - %tmp6 = load i32* %iftmp.0, align 4 ; <i32> [#uses=1] + %tmp5 = getelementptr [10 x i8], [10 x i8]* @.str, i32 0, i32 0 ; <i8*> [#uses=1] + %tmp6 = load i32, i32* %iftmp.0, align 4 ; <i32> [#uses=1] %tmp7 = call i32 (i8*, ...)* @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0] br label %return return: ; preds = %cond_next store i32 0, i32* %retval, align 4 - %retval8 = load i32* %retval ; <i32> [#uses=1] + %retval8 = load i32, i32* %retval ; <i32> [#uses=1] ret i32 %retval8 } |