diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-11-23 16:50:18 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-11-23 16:50:18 +0000 |
commit | 53828fd77797c8a9920619e19b5f4ad5cc779946 (patch) | |
tree | 4061406a202c67971f0cd133009ca96034b14921 /llvm/test/CodeGen/WebAssembly/comparisons_i64.ll | |
parent | 1ca881c4bbbe32213e435c050255b02764ea2004 (diff) | |
download | bcm5719-llvm-53828fd77797c8a9920619e19b5f4ad5cc779946.tar.gz bcm5719-llvm-53828fd77797c8a9920619e19b5f4ad5cc779946.zip |
[WebAssembly] Emit .param, .result, and .local through MC.
This eliminates one of the main remaining uses of EmitRawText.
llvm-svn: 253878
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/comparisons_i64.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/comparisons_i64.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll b/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll index ba56f3f101f..0b0a8730977 100644 --- a/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll +++ b/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll @@ -6,8 +6,7 @@ target datalayout = "e-p:32:32-i64:64-n32:64-S128" target triple = "wasm32-unknown-unknown" ; CHECK-LABEL: eq_i64: -; CHECK-NEXT: .param i64{{$}} -; CHECK-NEXT: .param i64{{$}} +; CHECK-NEXT: .param i64, i64{{$}} ; CHECK-NEXT: .result i32{{$}} ; CHECK-NEXT: i64.eq $push[[NUM:[0-9]+]], $0, $1{{$}} ; CHECK-NEXT: return $pop[[NUM]]{{$}} |