summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-13 02:49:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-13 02:49:38 +0000
commit429af0e0a790f915595726cec47154f670cf7f87 (patch)
treeb1ccfed0d668a49947fbec6dd5af64409339397c /include
parent3c3f6be0c8b8d6b38e219652580e2edef0f0a757 (diff)
downloadllvm-429af0e0a790f915595726cec47154f670cf7f87.tar.gz
llvm-429af0e0a790f915595726cec47154f670cf7f87.tar.bz2
llvm-429af0e0a790f915595726cec47154f670cf7f87.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h
index 7e771204b0..55c653c71c 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
///
//===----------------------------------------------------------------------===//