diff options
| author | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-15 22:29:08 +0000 |
|---|---|---|
| committer | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-15 22:29:08 +0000 |
| commit | b3705e0b9e8d183b77668cadd6742b9287e0c964 (patch) | |
| tree | 92c3d0aef74c6464b5cc9502a7abcc42737bdea3 /llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp | |
| parent | 4a5c88737016cb8d8144f40dfbb5aad8c251583a (diff) | |
| download | bcm5719-llvm-b3705e0b9e8d183b77668cadd6742b9287e0c964.tar.gz bcm5719-llvm-b3705e0b9e8d183b77668cadd6742b9287e0c964.zip | |
Add MCTargetDesc library to Hexagon target
llvm-svn: 146692
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp index 9fd9fd34243..521e0c1dbe6 100644 --- a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp +++ b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp @@ -319,4 +319,5 @@ unsigned HexagonRegisterInfo::getEHHandlerRegister() const { return 0; } +#define GET_REGINFO_TARGET_DESC #include "HexagonGenRegisterInfo.inc" |

