Add explicit type to empty std::set initializer to fix the libc++ build.
[oota-llvm.git] / docs / index.rst
index 56567db32f6aed55e4bca0fc8288d212c64bf400..63e8722fa68e497d9741c0fce95c24e31c99c46f 100644 (file)
@@ -83,6 +83,7 @@ representation.
    Passes
    YamlIO
    GetElementPtr
+   Frontend/PerformanceTips
    MCJITDesignAndImplementation
 
 :doc:`GettingStarted`
@@ -150,6 +151,11 @@ representation.
   Answers to some very frequent questions about LLVM's most frequently
   misunderstood instruction.
 
+:doc:`Frontend/PerformanceTips`
+   A collection of tips for frontend authors on how to generate IR 
+   which LLVM is able to effectively optimize.
+
+
 Programming Documentation
 =========================