diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-03-11 00:01:37 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-03-11 00:01:37 +0000 |
commit | faa297e89e82e36aee9702623fa6e99e1cc55b6b (patch) | |
tree | 05c9b78279b172b2823c8c2ced0baed7694bdaac | |
parent | 6dde30354ac5a190d9fc43de6586d54c44c11e8e (diff) | |
download | bcm5719-llvm-faa297e89e82e36aee9702623fa6e99e1cc55b6b.tar.gz bcm5719-llvm-faa297e89e82e36aee9702623fa6e99e1cc55b6b.zip |
Remove incomplete comment
llvm-svn: 203518
-rw-r--r-- | llvm/lib/Target/R600/SIInstrInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/R600/SIInstrInfo.h b/llvm/lib/Target/R600/SIInstrInfo.h index 49f214c6723..bff89d3c822 100644 --- a/llvm/lib/Target/R600/SIInstrInfo.h +++ b/llvm/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); |