diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-30 16:37:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-30 16:37:53 -0700 |
commit | 5252554297cc5fca5cc96d1d2e71da00412a0e18 (patch) | |
tree | 8269c25060de3489f698ff054ed7a0409aa95a01 | |
parent | 822df0890f15d2162d1cd1064fac749efcd1601c (diff) |
fix tests/cases/caall.ll
-rw-r--r-- | tests/cases/caall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/caall.ll b/tests/cases/caall.ll index 313116e6..5b8f7f29 100644 --- a/tests/cases/caall.ll +++ b/tests/cases/caall.ll @@ -18,7 +18,7 @@ entry: define (i32*)** @_ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPFvP6ObjectENS_4lessIS6_EENS4_INS_4pairIKS6_SA_EEEEEixERSE_(i32 %x) { entry: %ret = inttoptr i32 0 to (i32*)** - ret %ret + ret (i32*)** %ret } ; [#uses=1] |