From af90a1cd2647909623758078540abb1a81495e32 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Sat, 30 May 2009 23:50:33 +0000 Subject: Use uint8_t and int32_t in {JIT,Machine}CodeEmiters git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72650 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachOWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/MachOWriter.h') diff --git a/lib/CodeGen/MachOWriter.h b/lib/CodeGen/MachOWriter.h index 20a4084638..6ab66eee92 100644 --- a/lib/CodeGen/MachOWriter.h +++ b/lib/CodeGen/MachOWriter.h @@ -98,7 +98,7 @@ namespace llvm { return "Mach-O Writer"; } - typedef std::vector DataBuffer; + typedef std::vector DataBuffer; protected: /// Output stream to send the resultant object file to. /// -- cgit v1.2.3