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 | 5a5d116d587ee0ca48018721b53481282c182d1a (patch) | |
tree | 40d7c4ace0775f150725a696b568ec0d8892c0bd /test | |
parent | ba0e1ee0303d31138c9d94ee5fc52a1c8572876b (diff) | |
download | external_llvm-5a5d116d587ee0ca48018721b53481282c182d1a.zip external_llvm-5a5d116d587ee0ca48018721b53481282c182d1a.tar.gz external_llvm-5a5d116d587ee0ca48018721b53481282c182d1a.tar.bz2 |
Simplify testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/alias-error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/alias-error.ll b/test/CodeGen/X86/alias-error.ll index 89b0876..1b34d17 100644 --- a/test/CodeGen/X86/alias-error.ll +++ b/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 |