r229197 - Remove trailing whitespace getting in the way of near-future getelementptr change updates
David Blaikie
dblaikie at gmail.com
Fri Feb 13 16:28:51 PST 2015
Author: dblaikie
Date: Fri Feb 13 18:28:51 2015
New Revision: 229197
URL: http://llvm.org/viewvc/llvm-project?rev=229197&view=rev
Log:
Remove trailing whitespace getting in the way of near-future getelementptr change updates
Modified:
cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm
Modified: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm?rev=229197&r1=229196&r2=229197&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm Fri Feb 13 18:28:51 2015
@@ -22,7 +22,7 @@ class XClipboardDataSet
}
@end
-// CHECK: [[mClipData:%.*]] = getelementptr inbounds %class.XClipboardDataSet*
+// CHECK: [[mClipData:%.*]] = getelementptr inbounds %class.XClipboardDataSet*
// CHECK: [[ZERO:%.*]] = load %struct._class_t** @"OBJC_CLASSLIST_REFERENCES_$_"
// CHECK: [[ONE:%.*]] = load i8** @OBJC_SELECTOR_REFERENCES_
// CHECK: [[TWO:%.*]] = bitcast %struct._class_t* [[ZERO]] to i8*
More information about the cfe-commits
mailing list