Changes in src/Common/PassVisitor.proto.h [c408483:e67991f]
- File:
-
- 1 edited
-
src/Common/PassVisitor.proto.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
rc408483 re67991f 38 38 }; 39 39 40 std::stack< cleanup_t , std::vector<cleanup_t>> cleanups;40 std::stack< cleanup_t > cleanups; 41 41 }; 42 42
Note:
See TracChangeset
for help on using the changeset viewer.