From: Matt Arsenault Date: Tue, 11 Mar 2014 00:01:37 +0000 (+0000) Subject: Remove incomplete comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bea18e3849d08d5941ca26ae627f3fcc5bdb1e31;p=oota-llvm.git Remove incomplete comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstrInfo.h b/lib/Target/R600/SIInstrInfo.h index 49f214c6723..bff89d3c822 100644 --- a/lib/Target/R600/SIInstrInfo.h +++ b/lib/Target/R600/SIInstrInfo.h @@ -31,8 +31,6 @@ private: unsigned MovRelOp, unsigned Dst, unsigned Src0) const; - // If you add or remove instructions from this function, you will - public: explicit SIInstrInfo(AMDGPUTargetMachine &tm);