257 AD.addInclude(AD._DFA_file, "precompiled.hpp"); |
257 AD.addInclude(AD._DFA_file, "precompiled.hpp"); |
258 AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name)); |
258 AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name)); |
259 AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp"); // Use PROB_MAX in predicate. |
259 AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp"); // Use PROB_MAX in predicate. |
260 AD.addInclude(AD._DFA_file, "opto/intrinsicnode.hpp"); |
260 AD.addInclude(AD._DFA_file, "opto/intrinsicnode.hpp"); |
261 AD.addInclude(AD._DFA_file, "opto/matcher.hpp"); |
261 AD.addInclude(AD._DFA_file, "opto/matcher.hpp"); |
|
262 AD.addInclude(AD._DFA_file, "opto/narrowptrnode.hpp"); |
262 AD.addInclude(AD._DFA_file, "opto/opcodes.hpp"); |
263 AD.addInclude(AD._DFA_file, "opto/opcodes.hpp"); |
263 AD.addInclude(AD._DFA_file, "opto/convertnode.hpp"); |
264 AD.addInclude(AD._DFA_file, "opto/convertnode.hpp"); |
264 // Make sure each .cpp file starts with include lines: |
265 // Make sure each .cpp file starts with include lines: |
265 // files declaring and defining generators for Mach* Objects (hpp,cpp) |
266 // files declaring and defining generators for Mach* Objects (hpp,cpp) |
266 // Generate the result files: |
267 // Generate the result files: |