aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-20 19:26:55 +0000
committerDevang Patel <dpatel@apple.com>2008-02-20 19:26:55 +0000
commit7eb5d6b71d4cc47c153ddb18f2be51940442f87b (patch)
tree54f1cea5cf3671b2c4d47a86f356703f520f2b30 /include
parenteb293342b9749dc8bb8a95a86c35fbb1e9c60fee (diff)
downloadexternal_llvm-7eb5d6b71d4cc47c153ddb18f2be51940442f87b.zip
external_llvm-7eb5d6b71d4cc47c153ddb18f2be51940442f87b.tar.gz
external_llvm-7eb5d6b71d4cc47c153ddb18f2be51940442f87b.tar.bz2
getresult type is the type of indexed aggregate element
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Instructions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index c061a4a..b6d5de0 100644
--- a/include/llvm/Instructions.h
+++ b/include/llvm/Instructions.h
@@ -2367,11 +2367,6 @@ public:
virtual GetResultInst *clone() const;
- // getType - Get aggregate value element type
- inline const Type *getType() const {
- return Aggr->getType();
- }
-
inline Value *getAggregateValue() {
return getOperand(0);
}