summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2015-11-13 13:02:31 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2015-11-13 13:02:31 +0000
commitdd0eb2bbdd988778a515b5a9a65a2ed0d0376d0a (patch)
tree97e2032c04dc26ff1f8d294197b1f595b00f972e /llvm/test
parent19d24d2699590ec0cd1f271738704f0cb71dd550 (diff)
downloadbcm5719-llvm-dd0eb2bbdd988778a515b5a9a65a2ed0d0376d0a.tar.gz
bcm5719-llvm-dd0eb2bbdd988778a515b5a9a65a2ed0d0376d0a.zip
[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
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Mips/asm-large-immediate.ll3
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 */
OpenPOWER on IntegriCloud