summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll2
-rw-r--r--llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll2
-rw-r--r--llvm/test/CodeGen/AVR/inline-asm/multibyte.ll2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll b/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll
index 678395a3e5c..88d0c3af2e8 100644
--- a/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll
+++ b/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=avr -mattr=movw | FileCheck %s
+; RUN: llc < %s -march=avr -mattr=movw -no-integrated-as | FileCheck %s
; CHECK-LABEL: no_operands:
define void @no_operands() {
diff --git a/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll b/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll
index 083390999b8..74365b42c60 100644
--- a/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll
+++ b/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=avr | FileCheck %s
+; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
; CHECK-LABEL: foo
define void @foo(i16 %a) {
diff --git a/llvm/test/CodeGen/AVR/inline-asm/multibyte.ll b/llvm/test/CodeGen/AVR/inline-asm/multibyte.ll
index 34cdf5d006e..a7c8f6e75f0 100644
--- a/llvm/test/CodeGen/AVR/inline-asm/multibyte.ll
+++ b/llvm/test/CodeGen/AVR/inline-asm/multibyte.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=avr | FileCheck %s
+; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
; XFAIL: *
; Multibyte references
OpenPOWER on IntegriCloud