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 | d6f833091fbacc73980b9c4018363455b6aa82a7 (patch) | |
tree | b9531f620db9b138f593cd43b6e8c568e97370be | |
parent | 40effbb836d3b7cd136d7f6955096cefc6b8d84e (diff) |
Fix the other occurrence of the problem fixed by r166731.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166735 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/catch-undef-behavior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/catch-undef-behavior.cpp b/test/CodeGenCXX/catch-undef-behavior.cpp index 173498cb27..6cebdd7c9c 100644 --- a/test/CodeGenCXX/catch-undef-behavior.cpp +++ b/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 |