diff options
Diffstat (limited to 'llvm/test/MC/Mips/sext_64_32.ll')
| -rw-r--r-- | llvm/test/MC/Mips/sext_64_32.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/sext_64_32.ll b/llvm/test/MC/Mips/sext_64_32.ll index 5679829e8ea..f6c468187d7 100644 --- a/llvm/test/MC/Mips/sext_64_32.ll +++ b/llvm/test/MC/Mips/sext_64_32.ll @@ -11,7 +11,8 @@ entry: ret i64 %conv } -; CHECK: dsll32 ${{[a-z0-9]+}}, ${{[a-z0-9]+}}, 0 +; CHECK-LABEL: foo_2: +; CHECK: dext ${{[a-z0-9]+}}, ${{[a-z0-9]+}}, 0, 32 define i64 @foo_2(i32 %ival_2) nounwind readnone { entry: |

