llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc.

It sometimes confuses FileCheck. Consider the case that path contains 'stmib'. :)

llvm-svn: 213932
This commit is contained in:
NAKAMURA Takumi 2014-07-25 09:54:49 +00:00
parent 3de980d2ff
commit dd620a242a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
; RUN: llc -march thumb -no-integrated-as %s -o - | FileCheck %s --check-prefix=THUMB
; RUN: llc -march arm -no-integrated-as %s -o - | FileCheck %s --check-prefix=ARM
; RUN: llc -march thumb -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
; RUN: llc -march arm -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
; In thumb mode, emit ".code 16" before global inline-asm instructions.