From bea18e3849d08d5941ca26ae627f3fcc5bdb1e31 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 11 Mar 2014 00:01:37 +0000 Subject: [PATCH] Remove incomplete comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203518 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/SIInstrInfo.h | 2 -- 1 file changed, 2 deletions(-) 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);