mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -811,7 +811,7 @@ static void GenerateARCBBEntranceAnnotation(const char *Name, BasicBlock *BB,
|
|||||||
if(!ARCAnnotationTargetIdentifier.empty() &&
|
if(!ARCAnnotationTargetIdentifier.empty() &&
|
||||||
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Module *M = BB->getParent()->getParent();
|
Module *M = BB->getParent()->getParent();
|
||||||
LLVMContext &C = M->getContext();
|
LLVMContext &C = M->getContext();
|
||||||
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
|
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
|
||||||
@@ -854,7 +854,7 @@ static void GenerateARCBBTerminatorAnnotation(const char *Name, BasicBlock *BB,
|
|||||||
if(!ARCAnnotationTargetIdentifier.empty() &&
|
if(!ARCAnnotationTargetIdentifier.empty() &&
|
||||||
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Module *M = BB->getParent()->getParent();
|
Module *M = BB->getParent()->getParent();
|
||||||
LLVMContext &C = M->getContext();
|
LLVMContext &C = M->getContext();
|
||||||
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
|
Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
|
||||||
@@ -901,7 +901,7 @@ static void GenerateARCAnnotation(unsigned InstMDId,
|
|||||||
if(!ARCAnnotationTargetIdentifier.empty() &&
|
if(!ARCAnnotationTargetIdentifier.empty() &&
|
||||||
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
!Ptr->getName().equals(ARCAnnotationTargetIdentifier))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// First generate the source annotation on our pointer. This will return an
|
// First generate the source annotation on our pointer. This will return an
|
||||||
// MDString* if Ptr actually comes from an instruction implying we can put
|
// MDString* if Ptr actually comes from an instruction implying we can put
|
||||||
// in a source annotation. If AppendMDNodeToSourcePtr returns 0 (i.e. NULL),
|
// in a source annotation. If AppendMDNodeToSourcePtr returns 0 (i.e. NULL),
|
||||||
|
Reference in New Issue
Block a user