Remove a redundant comment.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 26 Apr 2010 08:16:57 +0000 (08:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 26 Apr 2010 08:16:57 +0000 (08:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102326 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.cpp

index ebcd8cc535c006367597f90498b5239b9bb926ba..4ed7434e45a054899c31326408930d4673e19230 100644 (file)
@@ -2324,7 +2324,6 @@ X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF,
                                        unsigned FrameIx, uint64_t Offset,
                                        const MDNode *MDPtr,
                                        DebugLoc DL) const {
-  // Target dependent DBG_VALUE.  Only the frame index case is done here.
   X86AddressMode AM;
   AM.BaseType = X86AddressMode::FrameIndexBase;
   AM.Base.FrameIndex = FrameIx;