From: David Blaikie Date: Sat, 14 Feb 2015 00:28:51 +0000 (+0000) Subject: Remove trailing whitespace getting in the way of near-future getelementptr change... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad4f569e8bf63cb16051980f2b56752ec130b902;p=clang Remove trailing whitespace getting in the way of near-future getelementptr change updates git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjCXX/arc-cxx11-member-init.mm b/test/CodeGenObjCXX/arc-cxx11-member-init.mm index 5129f9faca..b09bbb81fa 100644 --- a/test/CodeGenObjCXX/arc-cxx11-member-init.mm +++ b/test/CodeGenObjCXX/arc-cxx11-member-init.mm @@ -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*