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);