Remove a out-of-place comment.

llvm-svn: 138534
This commit is contained in:
Evan Cheng 2011-08-25 00:54:42 +00:00
parent f2fb411d4a
commit 3ca20e64ac
1 changed files with 0 additions and 1 deletions

View 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)