From a3aaf85e231e391850ae77af194d4aa457ba6aa3 Mon Sep 17 00:00:00 2001 From: Victor Hernandez Date: Sat, 17 Oct 2009 01:18:07 +0000 Subject: Remove MallocInst from LLVM Instructions. llvm-svn: 84299 --- llvm/include/llvm-c/Core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 74c170928f0..353cab20b2c 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -457,7 +457,6 @@ void LLVMDisposeTypeHandle(LLVMTypeHandleRef TypeHandle); macro(UnaryInstruction) \ macro(AllocationInst) \ macro(AllocaInst) \ - macro(MallocInst) \ macro(CastInst) \ macro(BitCastInst) \ macro(FPExtInst) \ -- cgit v1.2.3