[llvm-commits] [llvm] r79439 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/X86/X86ISelDAGToDAG.cpp test/CodeGen/X86/live-out-reg-info.ll test/CodeGen/X86/test-shrink.ll

Duncan Sands baldrick at free.fr
Wed Aug 19 12:29:29 PDT 2009


Hi Dan,

> +  case X86ISD::CMP: {
> +                      if (getenv("NOCMP")) break;

I guess this shouldn't be there :)

Ciao,

Duncan.



More information about the llvm-commits mailing list