[WebAssembly] Update target datalayout strings.
[oota-llvm.git] / test / CodeGen / WebAssembly / phi.ll
index 24cab2f66077ddea48f9242394178f9cf68701d2..f06d9673de522f05e261d7fdab237b8a658252a9 100644 (file)
@@ -5,7 +5,7 @@
 
 ; Test that phis are lowered.
 
-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"
 
 ; Basic phi triangle.