diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-04-18 04:34:11 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-04-18 04:34:11 +0000 |
commit | 9e5181393a192a23d8ebe33a2a4b0e412932ffe0 (patch) | |
tree | 221ce6c1a22f9d81657542668fb60bfd455a1ca8 /llvm/lib/Transforms | |
parent | a15ab252387927e6c6c3364dfe89c08225b1aa2e (diff) | |
download | bcm5719-llvm-9e5181393a192a23d8ebe33a2a4b0e412932ffe0.tar.gz bcm5719-llvm-9e5181393a192a23d8ebe33a2a4b0e412932ffe0.zip |
Removed trailing whitespace.
llvm-svn: 179746
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index b37b9efd282..e51ba6817c6 100644 --- a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -811,7 +811,7 @@ static void GenerateARCBBEntranceAnnotation(const char *Name, BasicBlock *BB, 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 GenerateARCBBTerminatorAnnotation(const char *Name, BasicBlock *BB, 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(unsigned InstMDId, 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), |