1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Update test to match 95961.

llvm-svn: 95971
This commit is contained in:
Evan Cheng 2010-02-12 07:48:46 +00:00
parent 06c22ed109
commit dc2bb77b1b

View File

@ -1,7 +1,7 @@
// Test the -fwritable-strings option. // Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \ // RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
// RUN: grep {private global} // RUN: grep {internal global}
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant} // RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
char *X = "foo"; char *X = "foo";