summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2014-03-21 07:20:29 +0000
committerKevin Qin <Kevin.Qin@arm.com>2014-03-21 07:20:29 +0000
commitfc029f2983a69de3ccca576f2cee23292d1b04ef (patch)
tree4cd38be487165e2dbd4534a11bb20665ec721160
parentd3cf783ed12c8e658598a1a9173a27ea8481073b (diff)
downloadllvm-fc029f2983a69de3ccca576f2cee23292d1b04ef.tar.gz
llvm-fc029f2983a69de3ccca576f2cee23292d1b04ef.tar.bz2
llvm-fc029f2983a69de3ccca576f2cee23292d1b04ef.tar.xz
Fix test command line to avoid generating output file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204437 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/inline-diagnostics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/inline-diagnostics.ll b/test/CodeGen/ARM/inline-diagnostics.ll
index 245fa79f81..7b77da22d5 100644
--- a/test/CodeGen/ARM/inline-diagnostics.ll
+++ b/test/CodeGen/ARM/inline-diagnostics.ll
@@ -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 }