diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-11-13 02:49:38 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-11-13 02:49:38 +0000 |
commit | 429af0e0a790f915595726cec47154f670cf7f87 (patch) | |
tree | b1ccfed0d668a49947fbec6dd5af64409339397c /include | |
parent | 3c3f6be0c8b8d6b38e219652580e2edef0f0a757 (diff) | |
download | external_llvm-429af0e0a790f915595726cec47154f670cf7f87.zip external_llvm-429af0e0a790f915595726cec47154f670cf7f87.tar.gz external_llvm-429af0e0a790f915595726cec47154f670cf7f87.tar.bz2 |
Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/IR/PassManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h index 7e77120..55c653c 100644 --- a/include/llvm/IR/PassManager.h +++ b/include/llvm/IR/PassManager.h @@ -30,6 +30,7 @@ /// 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://www.youtube.com/watch?v=_BpMYeUFXv8 /// * http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil /// //===----------------------------------------------------------------------===// |