diff options
Diffstat (limited to 'contrib/llvm/lib/Target/Hexagon/HexagonRDF.h')
-rw-r--r-- | contrib/llvm/lib/Target/Hexagon/HexagonRDF.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h b/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h deleted file mode 100644 index 9a63150..0000000 --- a/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h +++ /dev/null @@ -1,28 +0,0 @@ -//===--- HexagonRDF.h -----------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#ifndef HEXAGON_RDF_H -#define HEXAGON_RDF_H -#include "RDFGraph.h" - -namespace llvm { - class TargetRegisterInfo; - -namespace rdf { - struct HexagonRegisterAliasInfo : public RegisterAliasInfo { - HexagonRegisterAliasInfo(const TargetRegisterInfo &TRI) - : RegisterAliasInfo(TRI) {} - bool covers(RegisterRef RA, RegisterRef RR) const override; - bool covers(const RegisterSet &RRs, RegisterRef RR) const override; - }; -} // namespace rdf -} // namespace llvm - -#endif - |