From: Evan Cheng Date: Mon, 26 Apr 2010 08:16:57 +0000 (+0000) Subject: Remove a redundant comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fc4d530ad66585e6d66e3d2b9f25f6f70e8c0db8;p=oota-llvm.git Remove a redundant comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index ebcd8cc535c..4ed7434e45a 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp @@ -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;