From fc4d530ad66585e6d66e3d2b9f25f6f70e8c0db8 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 26 Apr 2010 08:16:57 +0000 Subject: [PATCH] Remove a redundant comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102326 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrInfo.cpp | 1 - 1 file changed, 1 deletion(-) 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;