From dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 17 Feb 2010 22:47:06 +0000 Subject: Add an "advanced" GetElementPtr FAQ document, with answers to questions left unanswered by the first GetElementPtr FAQ. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96526 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 28f4cde..936eae1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,6 +54,9 @@ Lifelong Program Analysis & Transformation - Design overview. Multi-Stage Optimization - More details (quite old now).
  • GetElementPtr FAQ - Answers to some very frequent questions about LLVM's most frequently misunderstood instruction.
  • +
  • Advanced GetElementPtr FAQ - Answers +to questions about the GetElementPtr operator for those who have made it through +the first FAQ.
  • -- cgit v1.1