aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/structinparam.ll
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2014-03-04 08:39:05 -0800
committerDan Gohman <sunfish@mozilla.com>2014-03-04 08:39:05 -0800
commitf70abc7ebfaad7bc5a39b3cee04488b38f504c6e (patch)
tree023f93a61265e40d42a44745de72eeef2d6eb0ab /tests/cases/structinparam.ll
parent84f01eb74ec336f97645ddeb2315a08b737cfd6b (diff)
Update for the new datalayout string.
Diffstat (limited to 'tests/cases/structinparam.ll')
-rw-r--r--tests/cases/structinparam.ll2
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 }