diff options
author | Dan Gohman <sunfish@mozilla.com> | 2014-03-04 08:39:05 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2014-03-04 08:39:05 -0800 |
commit | f70abc7ebfaad7bc5a39b3cee04488b38f504c6e (patch) | |
tree | 023f93a61265e40d42a44745de72eeef2d6eb0ab /tests/cases/structinparam.ll | |
parent | 84f01eb74ec336f97645ddeb2315a08b737cfd6b (diff) |
Update for the new datalayout string.
Diffstat (limited to 'tests/cases/structinparam.ll')
-rw-r--r-- | tests/cases/structinparam.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/structinparam.ll b/tests/cases/structinparam.ll index 93f486a0..a85a50ae 100644 --- a/tests/cases/structinparam.ll +++ b/tests/cases/structinparam.ll @@ -1,5 +1,5 @@ ; ModuleID = 'min.bc' -target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32" +target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32-S128" target triple = "asmjs-unknown-emscripten" %ac = type { i8*, i32 } |