mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Give folks a reference to some material on the fundamental design
pattern in use here. Addresses review feedback from Sean (thanks!) and others. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f348c9782c
commit
cfe36cb02a
@ -25,6 +25,13 @@
|
||||
/// a Function.
|
||||
/// * ModulePassManager must be directly run, runs each pass over the Module.
|
||||
///
|
||||
/// Note that the implementations of the pass managers use concept-based
|
||||
/// polymorphism as outlined in the "Value Semantics and Concept-based
|
||||
/// Polymorphism" talk (or its abbreviated sibling "Inheritance Is The Base
|
||||
/// Class of Evil") by Sean Parent:
|
||||
/// * http://github.com/sean-parent/sean-parent.github.com/wiki/Papers-and-Presentations
|
||||
/// * http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
Loading…
Reference in New Issue
Block a user