diff options
-rw-r--r-- | test/Analysis/DSGraph/mustalias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/mustalias.ll b/test/Analysis/DSGraph/mustalias.ll index 349377cd3d..e9e0ed31c9 100644 --- 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 |