forked from OSchip/llvm-project
[mips][ias] Explicitly disable IAS on asm-large-immediate.ll.
NFC at the moment but it will prevent a failure when IAS is enabled by default. llvm-svn: 253039
This commit is contained in:
parent
19d24d2699
commit
dd0eb2bbdd
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue