relax type

llvm-svn: 32993
This commit is contained in:
Chris Lattner 2007-01-07 08:39:27 +00:00
parent 10cae15d8e
commit 59585a61fc
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ StackerCompiler::handle_word( int tkn )
case DUMP : // Dump the stack (debugging aid)
{
if (echo) bb->setName("DUMP");
Function* f = TheModule->getOrInsertFunction(
Constant * f = TheModule->getOrInsertFunction(
"_stacker_dump_stack_", DefinitionType);
std::vector<Value*> args;
bb->getInstList().push_back( new CallInst( f, args ) );