src/share/vm/c1/c1_IR.cpp

changeset 2254
42a10fc37986
parent 2174
f02a8bbe6ed4
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/c1/c1_IR.cpp	Wed Oct 13 15:38:14 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_IR.cpp	Fri Oct 15 09:38:20 2010 +0200
     1.3 @@ -321,7 +321,7 @@
     1.4    void visit(Value* n) {
     1.5      // Local instructions and Phis for expression stack values at the
     1.6      // start of basic blocks are not added to the instruction list
     1.7 -    if (!(*n)->is_linked()&& (*n)->can_be_linked()) {
     1.8 +    if (!(*n)->is_linked() && (*n)->can_be_linked()) {
     1.9        assert(false, "a node was not appended to the graph");
    1.10        Compilation::current()->bailout("a node was not appended to the graph");
    1.11      }

mercurial