Add pass that expands pseudo instructions into target instructions after register...
[oota-llvm.git] / test / FrontendC / 2007-02-16-WritableStrings.c
index ebf64c2c3161336e4254e1ac87130fe2b502f426..8fa7f15dc6c366d5debdea316069ceb9d1d5ace2 100644 (file)
@@ -1,7 +1,7 @@
 // Test the -fwritable-strings option.
 
 // RUN: %llvmgcc -O3 -S -o - -fwritable-strings %s | \
-// RUN:    grep {internal global}
-// RUN: %llvmgcc -O3 -S -o - %s | grep {private constant}
+// RUN:    grep {internal unnamed_addr global}
+// RUN: %llvmgcc -O3 -S -o - %s | grep {private unnamed_addr constant}
 
 char *X = "foo";