[WebAssembly] Use the default alignment for SIMD types.
[oota-llvm.git] / test / CodeGen / WebAssembly / integer32.ll
index 6b0c36b32d04d4d2a8e500ecef144cc0cd3b3a6c..e987f6eaa556c64f4a35ecba421dab740e0e0453 100644 (file)
@@ -2,7 +2,7 @@
 
 ; Test that basic 32-bit integer operations assemble as expected.
 
-target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
+target datalayout = "e-p:32:32-i64:64-n32:64-S128"
 target triple = "wasm32-unknown-unknown"
 
 declare i32 @llvm.ctlz.i32(i32, i1)