diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll')
-rw-r--r-- | test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll b/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll index 629d57c..9f53ce4 100644 --- a/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll +++ b/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll @@ -12,7 +12,7 @@ bb918: %malloccall.i10 = call i8* @malloc(i32 16) nounwind ; <i8*> [#uses=1] %0 = bitcast i8* %malloccall.i10 to i32* ; <i32*> [#uses=1] store i32* %0, i32** @fixLRBT, align 8 - %1 = load i32** @fixLRBT, align 8 ; <i32*> [#uses=0] - %A = load i32* %1 + %1 = load i32*, i32** @fixLRBT, align 8 ; <i32*> [#uses=0] + %A = load i32, i32* %1 ret i32 %A } |