diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-08-12 23:33:52 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-08-12 23:33:52 +0000 |
commit | a40b7f2c4a968a0f35f088cd009d671389b09ac2 (patch) | |
tree | a062d8f539b9445b42944708926d612f36d9075c /test/CodeGen/pascal-wchar-string.c | |
parent | 137a20b5f9360311dd0b6d2500e3365ab2cdf40e (diff) |
Update clang tests for r137527.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/pascal-wchar-string.c')
-rw-r--r-- | test/CodeGen/pascal-wchar-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pascal-wchar-string.c b/test/CodeGen/pascal-wchar-string.c index 7a03463d2c..a6b619643e 100644 --- a/test/CodeGen/pascal-wchar-string.c +++ b/test/CodeGen/pascal-wchar-string.c @@ -35,7 +35,7 @@ int main(int argc, char* argv[]) // PR8856 - -fshort-wchar makes wchar_t be unsigned. // CHECK: @test2 -// CHECK: volatile store i32 1, i32* %isUnsigned +// CHECK: store volatile i32 1, i32* %isUnsigned void test2() { volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; } |