Skip to content

Commit

Permalink
Fix BasicBlock. dukeleto-- for committing non-compilable stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek authored and Reini Urban committed Oct 2, 2012
1 parent b5c3223 commit 6a707ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parrot/library/LLVM/BasicBlock.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class LLVM::BasicBlock is LLVM::Value {
method next () {
LLVM::BasicBlock.create(
LLVM::call("GetNextBasicBlock), self)
LLVM::call("GetNextBasicBlock", self)
);
}
};
Expand Down

0 comments on commit 6a707ad

Please sign in to comment.