aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/storestruct.ll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/storestruct.ll')
-rw-r--r--tests/cases/storestruct.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/storestruct.ll b/tests/cases/storestruct.ll
index 1bc0bffb..272b8d5a 100644
--- a/tests/cases/storestruct.ll
+++ b/tests/cases/storestruct.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"
; Load and store an entire structure as a whole (and also load as a whole, extract values and save separately, etc.)