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/structparam.ll | |
parent | 226dd0d169bb1cf4253cb4ffcaadc1137e53b3dc (diff) |
Tidy up and fix several tests in tests/cases.
Diffstat (limited to 'tests/cases/structparam.ll')
-rw-r--r-- | tests/cases/structparam.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/structparam.ll b/tests/cases/structparam.ll index c59ad600..53ee5a93 100644 --- a/tests/cases/structparam.ll +++ b/tests/cases/structparam.ll @@ -27,7 +27,7 @@ cond.end: ; preds = %cond.false, %cond.t %cond = phi { i32, i32 } [ { i32 5, i32 6 }, %entry ], [ zeroinitializer, %cond.null ] ; [#uses=1] store { i32, i32 } %cond, { i32, i32 }* %comp %call = call i32 (i32, { i32, i32 })* @doit(i32 1, { i32, i32 } %cond) ; - store { i32, i32 } { i32 ptrtoint (i64* @_dispatchTable to i32), i32 0 }, { i32, i32 }* getelementptr inbounds ([1 x i64]* @_dispatchTable, i32 0, i32 0, i32 1), align 4 + store { i32, i32 } { i32 ptrtoint (i64* @_dispatchTable to i32), i32 0 }, { i32, i32 }* bitcast (i64* getelementptr inbounds ([1 x i64]* bitcast (i64* @_dispatchTable to [1 x i64]*), i32 0, i32 0) to { i32, i32 }*), align 4 ret i32 0 ; [debug line = 6:13] } |