Skip to content

Commit

Permalink
Revise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Aug 24, 2011
1 parent a1700db commit 037dd28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vm/llvm/inline.cpp
Expand Up @@ -19,9 +19,8 @@ namespace rubinius {
if(!klass) {

if(ops_.state()->type_optz()) {
// If the inlining context has the self klass staticly known
// and it's in the cache, use it without worrying about
// multiple classes in the cache.
// If the receiver has a known type, then attempt to pull that specific
// class out of the cache.
type::KnownType kt = type::KnownType::extract(ops_.state(), recv());

if(kt.instance_p()) {
Expand Down

0 comments on commit 037dd28

Please sign in to comment.