summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-14 23:43:10 +0000
committerEric Christopher <echristo@gmail.com>2013-11-14 23:43:10 +0000
commitad59015bf7fc9d8ae3e3b18945b9262dcadb094b (patch)
tree67b2157f61ccc18fc43c500d2e53f2be72f81c91 /llvm/test/CodeGen/X86
parenta74fd70ac7c29104db8b8d8bea05be15e15050cd (diff)
downloadbcm5719-llvm-ad59015bf7fc9d8ae3e3b18945b9262dcadb094b.tar.gz
bcm5719-llvm-ad59015bf7fc9d8ae3e3b18945b9262dcadb094b.zip
Simplify testcase.
llvm-svn: 194748
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/alias-error.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/alias-error.ll b/llvm/test/CodeGen/X86/alias-error.ll
index 89b0876a837..1b34d177268 100644
--- a/llvm/test/CodeGen/X86/alias-error.ll
+++ b/llvm/test/CodeGen/X86/alias-error.ll
@@ -1,4 +1,4 @@
-; RUN: not llc < %s -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
@a = external global i32
@b = alias i32* @a
OpenPOWER on IntegriCloud