From: Evan Cheng Date: Thu, 25 Aug 2011 00:54:42 +0000 (+0000) Subject: Remove a out-of-place comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0f660260e69e9c6cb6662c14abfc67b8d7b39a40;p=oota-llvm.git Remove a out-of-place comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138534 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp index 101866798ba..b006b0e2633 100644 --- a/lib/Target/ARM/ARMTargetMachine.cpp +++ b/lib/Target/ARM/ARMTargetMachine.cpp @@ -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)