diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-14 00:28:51 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-14 00:28:51 +0000 |
commit | ad4f569e8bf63cb16051980f2b56752ec130b902 (patch) | |
tree | 371c39b5070713acdb934871633f04da45cc132e /test/CodeGenObjCXX | |
parent | a8e112272be9d82ba964e4b1694539b4606b2436 (diff) | |
download | clang-ad4f569e8bf63cb16051980f2b56752ec130b902.tar.gz |
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
Diffstat (limited to 'test/CodeGenObjCXX')
-rw-r--r-- | test/CodeGenObjCXX/arc-cxx11-member-init.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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* |