diff options
| author | Sam Clegg <sbc@chromium.org> | 2019-02-23 00:07:39 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2019-02-23 00:07:39 +0000 |
| commit | 275d15ecf3476b7f884174e1c85f4894fb815bf1 (patch) | |
| tree | 3c37e2ef02b4185f9dab0c0dc2f6bbaaf03977b9 /llvm/test/CodeGen/WebAssembly/umulo-i64.ll | |
| parent | 81c0880c99a444eff66bc00e382efe065a1d402a (diff) | |
| download | bcm5719-llvm-275d15ecf3476b7f884174e1c85f4894fb815bf1.tar.gz bcm5719-llvm-275d15ecf3476b7f884174e1c85f4894fb815bf1.zip | |
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
llvm-svn: 354705
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/umulo-i64.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/umulo-i64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/umulo-i64.ll b/llvm/test/CodeGen/WebAssembly/umulo-i64.ll index 9822a0a3bd1..9e691a3b55f 100644 --- a/llvm/test/CodeGen/WebAssembly/umulo-i64.ll +++ b/llvm/test/CodeGen/WebAssembly/umulo-i64.ll @@ -21,7 +21,7 @@ attributes #0 = { inlinehint } attributes #1 = { nounwind readnone speculatable } ; CHECK-LABEL: wut: -; CHECK: call __multi3@FUNCTION, $2, $0, $pop0, $1, $pop7 +; CHECK: call __multi3, $2, $0, $pop0, $1, $pop7 ; CHECK: i64.load $0=, 8($2) define i1 @wut(i64, i64) { start: |

