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/2xi40.ll | |
parent | 84f01eb74ec336f97645ddeb2315a08b737cfd6b (diff) |
Update for the new datalayout string.
Diffstat (limited to 'tests/cases/2xi40.ll')
-rw-r--r-- | tests/cases/2xi40.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/2xi40.ll b/tests/cases/2xi40.ll index 03c918c8..fe249528 100644 --- a/tests/cases/2xi40.ll +++ b/tests/cases/2xi40.ll @@ -1,5 +1,5 @@ ; ModuleID = '/tmp/tmpe4Pk1F/a.out.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" %struct.pair = type { [5 x i8], [5 x i8] } |