From 3750e7776bb6fd102fb6b351feadcfebd1659ff3 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 25 Oct 2012 23:05:00 +0000 Subject: [PATCH] Fix the other occurrence of the problem fixed by r166731. llvm-svn: 166735 --- clang/test/CodeGenCXX/catch-undef-behavior.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCXX/catch-undef-behavior.cpp b/clang/test/CodeGenCXX/catch-undef-behavior.cpp index 173498c..6cebdd7 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 -- 2.7.4