diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 14:06:20 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 14:06:20 -0800 |
commit | aca0e4d8b27f797d8bf3338e2032aa758d3fde98 (patch) | |
tree | 2507a42c56d04bf11d8a06476d1ded089be68df8 /tests/cases/structparam.ll | |
parent | ace45172d5a96bc83d06d2ff6578bf082b20f619 (diff) | |
parent | c47c5c350bcc03b35d9fd2cb2c374c562a4058ee (diff) |
Merge pull request #2178 from sunfishcode/incoming
Testsuite cleanups
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] } |