projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0e1ee
)
Simplify testcase.
author
Eric Christopher
<echristo@gmail.com>
Thu, 14 Nov 2013 23:43:10 +0000
(23:43 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Thu, 14 Nov 2013 23:43:10 +0000
(23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194748
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/alias-error.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/alias-error.ll
b/test/CodeGen/X86/alias-error.ll
index 89b0876a83754d488c2ebdb84729259fd6c9ae30..1b34d177268d43037a5d269d49b6c921fcd7dec1 100644
(file)
--- 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