Remove leftover options from multiline.ll

I added -march=hexagon to force using Hexagon target when testing
locally, and I forgot to take it out.

llvm-svn: 263990
This commit is contained in:
Krzysztof Parzyszek 2016-03-21 21:25:01 +00:00
parent fcaf4310a8
commit 50f5744d76

View File

@ -1,5 +1,5 @@
; RUN: llc -march=hexagon -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
; RUN: llc -march=hexagon -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
; Check that the assembly output properly handles is_stmt changes. And since
; we're testing anyway, check the integrated assembler too.