diff options
-rw-r--r-- | llvm/test/CodeGen/Mips/asm-large-immediate.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/asm-large-immediate.ll b/llvm/test/CodeGen/Mips/asm-large-immediate.ll index 246fff615ed..c75b9e4ad12 100644 --- a/llvm/test/CodeGen/Mips/asm-large-immediate.ll +++ b/llvm/test/CodeGen/Mips/asm-large-immediate.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=mipsel < %s | FileCheck %s +; RUN: llc -march=mipsel -no-integrated-as < %s | FileCheck %s + define void @test() { entry: ; CHECK: /* result: 68719476738 */ |