[Target] Remove a deprecated comment.

llvm-svn: 265484
This commit is contained in:
Quentin Colombet 2016-04-05 23:04:54 +00:00
parent 62c1b916f4
commit 6ae3b78df6
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ public:
}
/// getRegisterInfo - If register information is available, return it. If
/// not, return null. This is kept separate from RegInfo until RegInfo has
/// details of graph coloring register allocation removed from it.
/// not, return null.
///
virtual const TargetRegisterInfo *getRegisterInfo() const { return nullptr; }