r229272 - Remove trailing whitespace to make test compatible with typeless pointer migration
David Blaikie
dblaikie at gmail.com
Sat Feb 14 20:12:19 PST 2015
Author: dblaikie
Date: Sat Feb 14 22:12:19 2015
New Revision: 229272
URL: http://llvm.org/viewvc/llvm-project?rev=229272&view=rev
Log:
Remove trailing whitespace to make test compatible with typeless pointer migration
Modified:
cfe/trunk/test/CXX/special/class.copy/p15-inclass.cpp
Modified: cfe/trunk/test/CXX/special/class.copy/p15-inclass.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/special/class.copy/p15-inclass.cpp?rev=229272&r1=229271&r2=229272&view=diff
==============================================================================
--- cfe/trunk/test/CXX/special/class.copy/p15-inclass.cpp (original)
+++ cfe/trunk/test/CXX/special/class.copy/p15-inclass.cpp Sat Feb 14 22:12:19 2015
@@ -34,7 +34,7 @@ namespace PR11418 {
// CHECK-NOT: 17
// CHECK: call void @_ZN7PR114186NonPODC1EOS0_
// CHECK-NOT: 17
- // CHECK: load i32*
+ // CHECK: load i32*
// CHECK-NOT: 17
// CHECK: store i32
// CHECK-NOT: 17
More information about the cfe-commits
mailing list