diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-11-14 23:43:10 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-11-14 23:43:10 +0000 |
| commit | ad59015bf7fc9d8ae3e3b18945b9262dcadb094b (patch) | |
| tree | 67b2157f61ccc18fc43c500d2e53f2be72f81c91 /llvm/test/CodeGen/X86 | |
| parent | a74fd70ac7c29104db8b8d8bea05be15e15050cd (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

