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/funcptr.ll | |
parent | 84f01eb74ec336f97645ddeb2315a08b737cfd6b (diff) |
Update for the new datalayout string.
Diffstat (limited to 'tests/cases/funcptr.ll')
-rw-r--r-- | tests/cases/funcptr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/funcptr.ll b/tests/cases/funcptr.ll index ffc1ad1d..4c1c9990 100644 --- a/tests/cases/funcptr.ll +++ b/tests/cases/funcptr.ll @@ -1,5 +1,5 @@ ; ModuleID = 'tests/hello_world.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" @.str = private unnamed_addr constant [17 x i8] c"hello %d world!\0A\00", align 1 ; [#uses=1 type=[17 x i8]*] |