Thanks! Sounds about right to me On Feb 4, 2015 5:06 PM, "NAKAMURA Takumi" <[email protected]> wrote:
> Author: chapuni > Date: Wed Feb 4 19:02:34 2015 > New Revision: 228245 > > URL: http://llvm.org/viewvc/llvm-project?rev=228245&view=rev > Log: > Tweak clang/test/CodeGenCXX/debug-info-line.cpp for -Asserts. > > CHECK: call {{.*}}src > > matched > > %call = invoke dereferenceable(4) i32* @_Z3srcv() > > I don't think it was intentional. > > Modified: > cfe/trunk/test/CodeGenCXX/debug-info-line.cpp > > Modified: cfe/trunk/test/CodeGenCXX/debug-info-line.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-line.cpp?rev=228245&r1=228244&r2=228245&view=diff > > ============================================================================== > --- cfe/trunk/test/CodeGenCXX/debug-info-line.cpp (original) > +++ cfe/trunk/test/CodeGenCXX/debug-info-line.cpp Wed Feb 4 19:02:34 2015 > @@ -267,7 +267,7 @@ void f22() { > { > f22_dtor f; > src(); > -// CHECK: call {{.*}}src > +// CHECK: invoke {{.*}}src > // CHECK: call {{.*}}, !dbg [[DBG_F22:![0-9]*]] > // CHECK: call {{.*}}, !dbg [[DBG_F22]] > #line 2400 > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
