Skip to content

Commit

Permalink
[llvm] Fix generating of bitwise ops
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 30, 2011
1 parent bc00fa7 commit c5dc43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parrot/library/LLVM/Builder.pm
Expand Up @@ -371,7 +371,7 @@ INIT {
$subname,
multi method (LLVM::Value $value, LLVM::Type $type, :$name?) {
LLVM::Value.create(
LLVM::call("LLVMBuild" ~ $call, self, $value, $type, $name)
LLVM::call("Build" ~ $call, self, $value, $type, $name)
)
},
to => $WHAT
Expand Down

0 comments on commit c5dc43d

Please sign in to comment.