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 101866798ba8adf5c8dbfa3f076c5de61fcc47b9..b006b0e263393ec47bc1015aabfcc287bcd3052c 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)