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:
5c70dc0
)
Make sure that the global is known to be internal
author
Chris Lattner
<sabre@nondot.org>
Sun, 29 Jun 2003 00:57:34 +0000
(
00:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 29 Jun 2003 00:57:34 +0000
(
00:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6974
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/DSGraph/mustalias.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/DSGraph/mustalias.ll
b/test/Analysis/DSGraph/mustalias.ll
index 349377cd3d84ed681bcd8d052f9c4c035b680049..e9e0ed31c97c68e73635e7ffd1359aa4e3f10f15 100644
(file)
--- a/
test/Analysis/DSGraph/mustalias.ll
+++ b/
test/Analysis/DSGraph/mustalias.ll
@@
-2,7
+2,7
@@
; RUN: as < %s | opt -no-aa -ds-aa -load-vn -gcse | dis | not grep load
-%X = global int 20
+%X =
internal
global int 20
implementation