[llvm] r203518 - Remove incomplete comment

Matt Arsenault Matthew.Arsenault at amd.com
Mon Mar 10 17:01:37 PDT 2014


Author: arsenm
Date: Mon Mar 10 19:01:37 2014
New Revision: 203518

URL: http://llvm.org/viewvc/llvm-project?rev=203518&view=rev
Log:
Remove incomplete comment

Modified:
    llvm/trunk/lib/Target/R600/SIInstrInfo.h

Modified: llvm/trunk/lib/Target/R600/SIInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstrInfo.h?rev=203518&r1=203517&r2=203518&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstrInfo.h (original)
+++ llvm/trunk/lib/Target/R600/SIInstrInfo.h Mon Mar 10 19:01:37 2014
@@ -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);
 





More information about the llvm-commits mailing list