From 45f4444e73ef772d8a46c58648f9a1fe81180fcb Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 16 Jun 2009 17:40:28 +0000 Subject: [PATCH] Fix validation errors. llvm-svn: 73515 --- docs/ProgrammersManual.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index ee41f73036f..0da88bf33a6 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> + LLVM Programmer's Manual @@ -131,7 +132,7 @@ with another Value
  • Threads and LLVM @@ -2127,7 +2128,7 @@ FunctionType *ft = TypeBuilder<types::i<8>(types::i<32>*), true&g
    -std::vector params;
    +std::vector<const Type*> params;
     params.push_back(PointerType::getUnqual(Type::Int32Ty));
     FunctionType *ft = FunctionType::get(Type::Int8Ty, params, false);