summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/inline-diagnostics.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/inline-diagnostics.ll')
-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 }