Remove a redundant comment.

llvm-svn: 102326
This commit is contained in:
Evan Cheng 2010-04-26 08:16:57 +00:00
parent f19bd4ebba
commit 1ff9d1b63e
1 changed files with 0 additions and 1 deletions

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