From: Jim Laskey Date: Tue, 15 Aug 2006 12:15:08 +0000 (+0000) Subject: Haste-o discovered after. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=19af0e1b499b3e9d27b8865aa0634f771591cb43 Haste-o discovered after. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 12f45228d04..05d74e248e9 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -259,7 +259,7 @@
- Why do GEP x,1,0,0 and GEP x,1 alias? + Why do GEP x,1,0,0 and GEP x,1 alias?

Quick Answer: They compute the same address location.