diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-25 23:05:00 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-25 23:05:00 +0000 |
commit | 3750e7776bb6fd102fb6b351feadcfebd1659ff3 (patch) | |
tree | ea48afe3a8d2b3b37a4f2a695d7979af69ceea45 | |
parent | a3926ec1957cd251aaa3bbaa830b99888006e22a (diff) | |
download | bcm5719-llvm-3750e7776bb6fd102fb6b351feadcfebd1659ff3.tar.gz bcm5719-llvm-3750e7776bb6fd102fb6b351feadcfebd1659ff3.zip |
Fix the other occurrence of the problem fixed by r166731.
llvm-svn: 166735
-rw-r--r-- | clang/test/CodeGenCXX/catch-undef-behavior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/catch-undef-behavior.cpp b/clang/test/CodeGenCXX/catch-undef-behavior.cpp index 173498cb273..6cebdd7c9cd 100644 --- a/clang/test/CodeGenCXX/catch-undef-behavior.cpp +++ b/clang/test/CodeGenCXX/catch-undef-behavior.cpp @@ -98,7 +98,7 @@ void member_access(S *p) { // (3b) Check that 'p' actually points to an 'S' // CHECK: load i64* - // CHECK-NEXT: xor i64 -4030275160588942838, + // CHECK-NEXT: xor i64 {{-4030275160588942838|2562089159}}, // [...] // CHECK: getelementptr inbounds [128 x i64]* @__ubsan_vptr_type_cache, i32 0, i64 % // CHECK: br i1 |