Mercurial > hg > CbC > CbC_llvm
comparison lib/Target/AVR/AVRInstrInfo.h @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
133:c60214abe0e8 | 134:3a76565eade5 |
---|---|
12 //===----------------------------------------------------------------------===// | 12 //===----------------------------------------------------------------------===// |
13 | 13 |
14 #ifndef LLVM_AVR_INSTR_INFO_H | 14 #ifndef LLVM_AVR_INSTR_INFO_H |
15 #define LLVM_AVR_INSTR_INFO_H | 15 #define LLVM_AVR_INSTR_INFO_H |
16 | 16 |
17 #include "llvm/Target/TargetInstrInfo.h" | 17 #include "llvm/CodeGen/TargetInstrInfo.h" |
18 | 18 |
19 #include "AVRRegisterInfo.h" | 19 #include "AVRRegisterInfo.h" |
20 | 20 |
21 #define GET_INSTRINFO_HEADER | 21 #define GET_INSTRINFO_HEADER |
22 #include "AVRGenInstrInfo.inc" | 22 #include "AVRGenInstrInfo.inc" |