Skip to content

Commit

Permalink
Fix bug with Value.name.
Browse files Browse the repository at this point in the history
We should actually return result of LLVM call.
  • Loading branch information
bacek authored and Reini Urban committed Oct 2, 2012
1 parent 2692292 commit d3a04cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/parrot/library/LLVM/Value.pm
Expand Up @@ -7,7 +7,6 @@ class LLVM::Value is LLVM::Opaque {

multi method name() {
LLVM::call("GetValueName", self);
self;
}

multi method name($name) {
Expand Down

0 comments on commit d3a04cd

Please sign in to comment.