Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)
authorChandler Carruth <chandlerc@gmail.com>
Wed, 13 Nov 2013 02:49:38 +0000 (02:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 13 Nov 2013 02:49:38 +0000 (02:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194549 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/PassManager.h

index 7e771204b034eec7badf09de48c94eedab0c9051..55c653c71c67768eb03858900809b70f846a1086 100644 (file)
@@ -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
 ///
 //===----------------------------------------------------------------------===//