summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
diff options
context:
space:
mode:
authorPatrik Hägglund <patrik.h.hagglund@ericsson.com>2012-05-23 12:34:56 +0000
committerPatrik Hägglund <patrik.h.hagglund@ericsson.com>2012-05-23 12:34:56 +0000
commitca210d84329f02a32428bd5521135224ece03c11 (patch)
tree320a90177825997b5f40729f76c1659ebb866fc6 /llvm/lib/VMCore/Function.cpp
parent94537c2a063f9fd51476963a48fa7dbd06d319a6 (diff)
downloadbcm5719-llvm-ca210d84329f02a32428bd5521135224ece03c11.tar.gz
bcm5719-llvm-ca210d84329f02a32428bd5521135224ece03c11.zip
Fixed typo in r156905.
llvm-svn: 157320
Diffstat (limited to 'llvm/lib/VMCore/Function.cpp')
-rw-r--r--llvm/lib/VMCore/Function.cpp4
1 files changed, 2 insertions, 2 deletions
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<Type*> 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<unsigned char> Infos,
ArrayRef<Type*> Tys, LLVMContext &Context) {
OpenPOWER on IntegriCloud