[AVR] Disable integrated assembler for a few tests

Fixes the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan McKay 2017-02-22 22:41:13 +00:00
parent 096e40d35f
commit ec26388916
3 changed files with 3 additions and 3 deletions

View File

@ -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() {

View File

@ -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) {

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=avr | FileCheck %s
; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
; XFAIL: *
; Multibyte references