[cfe-commits] r166735 - /cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp
Richard Smith
richard-llvm at metafoo.co.uk
Thu Oct 25 16:05:00 PDT 2012
Author: rsmith
Date: Thu Oct 25 18:05:00 2012
New Revision: 166735
URL: http://llvm.org/viewvc/llvm-project?rev=166735&view=rev
Log:
Fix the other occurrence of the problem fixed by r166731.
Modified:
cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp
Modified: cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp?rev=166735&r1=166734&r2=166735&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/catch-undef-behavior.cpp Thu Oct 25 18:05:00 2012
@@ -98,7 +98,7 @@
// (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
More information about the cfe-commits
mailing list