Skip to content

Commit

Permalink
relax type
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32993 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jan 7, 2007
1 parent a4810b5 commit f1d71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Stacker/lib/compiler/StackerCompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) );
Expand Down

0 comments on commit f1d71b5

Please sign in to comment.