From 318a68e1ee3d7aaf3917841125b0abedd16d73c8 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 17 May 2006 20:55:51 +0000 Subject: Typo llvm-svn: 28366 --- llvm/utils/TableGen/CodeGenTarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index 6fb97c55048..10ec6fec13e 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/utils/TableGen/CodeGenTarget.cpp @@ -58,7 +58,7 @@ std::string llvm::getName(MVT::ValueType T) { case MVT::v2f32: return "v2f32"; case MVT::v4f32: return "v4f32"; case MVT::v2f64: return "v2f64"; - case MVT::iPTR: return "TLI.getPointetTy()"; + case MVT::iPTR: return "TLI.getPointerTy()"; default: assert(0 && "ILLEGAL VALUE TYPE!"); return ""; } } @@ -88,7 +88,7 @@ std::string llvm::getEnumName(MVT::ValueType T) { case MVT::v2f32: return "MVT::v2f32"; case MVT::v4f32: return "MVT::v4f32"; case MVT::v2f64: return "MVT::v2f64"; - case MVT::iPTR: return "TLI.getPointetTy()"; + case MVT::iPTR: return "TLI.getPointerTy()"; default: assert(0 && "ILLEGAL VALUE TYPE!"); return ""; } } -- cgit v1.2.3