diff options
author | Kevin Qin <Kevin.Qin@arm.com> | 2014-03-21 07:20:29 +0000 |
---|---|---|
committer | Kevin Qin <Kevin.Qin@arm.com> | 2014-03-21 07:20:29 +0000 |
commit | 67b9c50c531dd5a8d1ad08a843d283fad2ed7c3c (patch) | |
tree | fb2ed2fcf1592440b9cd33c04c3014c315e7086b | |
parent | e1237993c70eead51abedcbbc0cc862e3dbba109 (diff) | |
download | bcm5719-llvm-67b9c50c531dd5a8d1ad08a843d283fad2ed7c3c.tar.gz bcm5719-llvm-67b9c50c531dd5a8d1ad08a843d283fad2ed7c3c.zip |
Fix test command line to avoid generating output file.
llvm-svn: 204437
-rw-r--r-- | llvm/test/CodeGen/ARM/inline-diagnostics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/inline-diagnostics.ll b/llvm/test/CodeGen/ARM/inline-diagnostics.ll index 245fa79f815..7b77da22d5f 100644 --- a/llvm/test/CodeGen/ARM/inline-diagnostics.ll +++ b/llvm/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 } |