diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-09-09 20:54:31 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-09-09 20:54:31 +0000 |
commit | 5e0668426c564666d25d6cc91506200a85aa30da (patch) | |
tree | 6ed1fdf7bed4adb813a17994ed40dcaf6c239da2 /llvm/test/CodeGen/WebAssembly/load-ext.ll | |
parent | 0f251a1cc6b42fdf4d82d616cc808fedccc3742c (diff) | |
download | bcm5719-llvm-5e0668426c564666d25d6cc91506200a85aa30da.tar.gz bcm5719-llvm-5e0668426c564666d25d6cc91506200a85aa30da.zip |
[WebAssembly] Update target datalayout strings.
llvm-svn: 247187
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/load-ext.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/load-ext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/load-ext.ll b/llvm/test/CodeGen/WebAssembly/load-ext.ll index b673cfb1919..6700db6218d 100644 --- a/llvm/test/CodeGen/WebAssembly/load-ext.ll +++ b/llvm/test/CodeGen/WebAssembly/load-ext.ll @@ -2,7 +2,7 @@ ; Test that extending loads are assembled properly. -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" ; CHECK-LABEL: (func $sext_i8_i32 |