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/complexphi.ll | |
parent | 84f01eb74ec336f97645ddeb2315a08b737cfd6b (diff) |
Update for the new datalayout string.
Diffstat (limited to 'tests/cases/complexphi.ll')
-rw-r--r-- | tests/cases/complexphi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/complexphi.ll b/tests/cases/complexphi.ll index 0d1677f3..871cbe27 100644 --- a/tests/cases/complexphi.ll +++ b/tests/cases/complexphi.ll @@ -1,5 +1,5 @@ ; ModuleID = '/dev/shm/tmp/src.cpp.o' -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" @.str = private unnamed_addr constant [15 x i8] c"hello, world!\0A\00", align 1 ; [#uses=1 type=[15 x i8]*] |