From 19af0e1b499b3e9d27b8865aa0634f771591cb43 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Tue, 15 Aug 2006 12:15:08 +0000 Subject: [PATCH] Haste-o discovered after. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29702 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GetElementPtr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.34.1