Changeset 5771 for icGREP/icgrep-devel/icgrep/toolchain/toolchain.cpp
- Timestamp:
- Dec 9, 2017, 5:05:16 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icGREP/icgrep-devel/icgrep/toolchain/toolchain.cpp
r5759 r5771 123 123 TargetOptions Options; 124 124 125 const cl::OptionCategory * codegen_flags() {125 const cl::OptionCategory * LLVM_READONLY codegen_flags() { 126 126 return &CodeGenOptions; 127 127 } 128 128 129 bool DebugOptionIsSet(const DebugFlags flag) {129 bool LLVM_READONLY DebugOptionIsSet(const DebugFlags flag) { 130 130 return DebugOptions.isSet(flag); 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.