OSDN Git Service

Remove a out-of-place comment.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 Aug 2011 00:54:42 +0000 (00:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 Aug 2011 00:54:42 +0000 (00:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138534 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetMachine.cpp

index 1018667..b006b0e 100644 (file)
@@ -81,7 +81,6 @@ ThumbTargetMachine::ThumbTargetMachine(const Target &T, StringRef TT,
               : (ARMFrameLowering*)new Thumb1FrameLowering(Subtarget)) {
 }
 
-// Pass Pipeline Configuration
 bool ARMBaseTargetMachine::addPreISel(PassManagerBase &PM,
                                       CodeGenOpt::Level OptLevel) {
   if (OptLevel != CodeGenOpt::None)