commit | 806da2fa6bd0abd4af499b1aa354af16138bdf63 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Fri Sep 21 14:54:34 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:17:35 2019 -0700 |
tree | ad69d51cf4ab796f61eb54ee7ebd57ba79f60415 | |
parent | e847b6ab746428a595568f47e9d242fe6ee9c7a9 [diff] |
Move the GraphTraits implementations for CFGs out to their own header, consolidate the implementations in CFGFunctionViewGraph.cpp into it, and implement the missing const specializations for functions. NFC. PiperOrigin-RevId: 214048649