summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-07 02:27:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-07 02:27:52 +0000
commit954b6b844be9483e3a81f8d0313e65f6208f90c6 (patch)
treebfac2ab0fb3ddead32c49de75f8a427bf1863315 /include
parentd254d3111e6a1b2dfc31bbfb3abb7cc589d5800b (diff)
downloadllvm-954b6b844be9483e3a81f8d0313e65f6208f90c6.tar.gz
llvm-954b6b844be9483e3a81f8d0313e65f6208f90c6.tar.bz2
llvm-954b6b844be9483e3a81f8d0313e65f6208f90c6.tar.xz
Remove unused value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/IR/Type.h b/include/llvm/IR/Type.h
index 9e833dbe6f..730c4fe30a 100644
--- a/include/llvm/IR/Type.h
+++ b/include/llvm/IR/Type.h
@@ -73,7 +73,6 @@ public:
PointerTyID, ///< 14: Pointers
VectorTyID, ///< 15: SIMD 'packed' format, or other vector type
- NumTypeIDs, // Must remain as last defined ID
LastPrimitiveTyID = X86_MMXTyID,
FirstDerivedTyID = IntegerTyID
};