[llvm] r179746 - Removed trailing whitespace.
Michael Gottesman
mgottesman at apple.com
Wed Apr 17 21:34:11 PDT 2013
Author: mgottesman
Date: Wed Apr 17 23:34:11 2013
New Revision: 179746
URL: http://llvm.org/viewvc/llvm-project?rev=179746&view=rev
Log:
Removed trailing whitespace.
Modified:
llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
Modified: llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp?rev=179746&r1=179745&r2=179746&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp (original)
+++ llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp Wed Apr 17 23:34:11 2013
@@ -811,7 +811,7 @@ static void GenerateARCBBEntranceAnnotat
if(!ARCAnnotationTargetIdentifier.empty() &&
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
return;
-
+
Module *M = BB->getParent()->getParent();
LLVMContext &C = M->getContext();
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
@@ -854,7 +854,7 @@ static void GenerateARCBBTerminatorAnnot
if(!ARCAnnotationTargetIdentifier.empty() &&
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
return;
-
+
Module *M = BB->getParent()->getParent();
LLVMContext &C = M->getContext();
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
@@ -901,7 +901,7 @@ static void GenerateARCAnnotation(unsign
if(!ARCAnnotationTargetIdentifier.empty() &&
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
return;
-
+
// First generate the source annotation on our pointer. This will return an
// MDString* if Ptr actually comes from an instruction implying we can put
// in a source annotation. If AppendMDNodeToSourcePtr returns 0 (i.e. NULL),
More information about the llvm-commits
mailing list