diff options
author | Dan Gohman <sunfish@mozilla.com> | 2014-02-28 16:18:47 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2014-03-03 13:43:41 -0800 |
commit | 76ad462b1882706edc7ed300f6d0cf6cb61b80c5 (patch) | |
tree | e3a9da218b65ad8a73d8379ca2d703f00885cbd0 /tests/cases/emptystruct.ll | |
parent | 226dd0d169bb1cf4253cb4ffcaadc1137e53b3dc (diff) |
Tidy up and fix several tests in tests/cases.
Diffstat (limited to 'tests/cases/emptystruct.ll')
-rw-r--r-- | tests/cases/emptystruct.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/emptystruct.ll b/tests/cases/emptystruct.ll index ecf0e295..b32ac803 100644 --- a/tests/cases/emptystruct.ll +++ b/tests/cases/emptystruct.ll @@ -13,7 +13,7 @@ entry: %z = alloca %struct.s, align 4 %0 = bitcast %struct.s* %z to i8* call void @llvm.memset.p0i8.i32(i8* %0, i8 0, i32 4, i32 4, i1 false) - %1 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0] + %1 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i32* bitcast (i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0) to i32*)) ; [#uses=0] ret i32 0 } |