Fix test command line to avoid generating output file.
authorKevin Qin <Kevin.Qin@arm.com>
Fri, 21 Mar 2014 07:20:29 +0000 (07:20 +0000)
committerKevin Qin <Kevin.Qin@arm.com>
Fri, 21 Mar 2014 07:20:29 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204437 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/inline-diagnostics.ll

index 245fa79f81552b1b8b49267d4649ecfc3177fc46..7b77da22d5f55d9967951002c1fc0ad0b1fe490c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llc %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
+; RUN: not llc %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
 
 %struct.float4 = type { float, float, float, float }