Make sure that the global is known to be internal
authorChris Lattner <sabre@nondot.org>
Sun, 29 Jun 2003 00:57:34 +0000 (00:57 +0000)
committerChris 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

index 349377cd3d84ed681bcd8d052f9c4c035b680049..e9e0ed31c97c68e73635e7ffd1359aa4e3f10f15 100644 (file)
@@ -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