aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-07 20:35:45 +0000
committerChris Lattner <sabre@nondot.org>2005-03-07 20:35:45 +0000
commit82870e0b733fa72c759271c1c62cb5f07be2c4db (patch)
tree15a9982e24feeda0f2948476e7d2b425b371f3c1 /include/llvm/Type.h
parentaeffb4af8b19b1f1fbfa2e289d1718b107d2acce (diff)
downloadexternal_llvm-82870e0b733fa72c759271c1c62cb5f07be2c4db.zip
external_llvm-82870e0b733fa72c759271c1c62cb5f07be2c4db.tar.gz
external_llvm-82870e0b733fa72c759271c1c62cb5f07be2c4db.tar.bz2
Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to
Vladimir Merzliakov for the patch! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 82b9905..5ffcec6 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -78,7 +78,7 @@ public:
NumTypeIDs, // Must remain as last defined ID
LastPrimitiveTyID = LabelTyID,
- FirstDerivedTyID = FunctionTyID,
+ FirstDerivedTyID = FunctionTyID
};
private: