[AArch64] Fix typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 25 Mar 2016 14:37:43 +0000 (14:37 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 25 Mar 2016 14:37:43 +0000 (14:37 +0000)
llvm-svn: 264408

llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp

index a614f55..a72d6e5 100644 (file)
@@ -513,8 +513,7 @@ bool AArch64BranchRelaxation::runOnMachineFunction(MachineFunction &mf) {
   return MadeChange;
 }
 
-/// createAArch64BranchRelaxation - returns an instance of the constpool
-/// island pass.
+/// Returns an instance of the AArch64 Branch Relaxation pass.
 FunctionPass *llvm::createAArch64BranchRelaxation() {
   return new AArch64BranchRelaxation();
 }