From ca210d84329f02a32428bd5521135224ece03c11 Mon Sep 17 00:00:00 2001 From: Patrik Hägglund Date: Wed, 23 May 2012 12:34:56 +0000 Subject: Fixed typo in r156905. llvm-svn: 157320 --- llvm/lib/VMCore/Function.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/VMCore/Function.cpp') diff --git a/llvm/lib/VMCore/Function.cpp b/llvm/lib/VMCore/Function.cpp index d0479a95db3..0babc55eb90 100644 --- a/llvm/lib/VMCore/Function.cpp +++ b/llvm/lib/VMCore/Function.cpp @@ -357,9 +357,9 @@ std::string Intrinsic::getName(ID id, ArrayRef Tys) { return Result; } -#define GET_INTRINSTIC_GENERATOR_GLOBAL +#define GET_INTRINSIC_GENERATOR_GLOBAL #include "llvm/Intrinsics.gen" -#undef GET_INTRINSTIC_GENERATOR_GLOBAL +#undef GET_INTRINSIC_GENERATOR_GLOBAL static Type *DecodeFixedType(unsigned &NextElt, ArrayRef Infos, ArrayRef Tys, LLVMContext &Context) { -- cgit v1.2.3