Fix a bug where we were counting the alias sets as completely used
[oota-llvm.git] / test / FrontendC / 2005-02-27-MarkGlobalConstant.c
index b9fbbb6369a5c4b32684690046ed0f8a89d545db..6806c94c10b3f97f8ed393881acaec9c51f68f10 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -S -o - | grep {private constant }
+// RUN: %llvmgcc -xc %s -S -o - | grep {private unnamed_addr constant }
 
 // The synthetic global made by the CFE for big initializer should be marked
 // constant.