Skip to content

Commit

Permalink
[Truffle] Fix after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 6, 2014
1 parent 7eacf92 commit afbde81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -798,7 +798,7 @@ public InstanceOfNode(InstanceOfNode prev) {
super(prev);
}

@SlowPath
@TruffleBoundary
@Specialization
public boolean instanceOf(Object self, RubyClass rubyClass) {
// TODO(CS): fast path
Expand Down

0 comments on commit afbde81

Please sign in to comment.