[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.cpp

Dale Johannesen dalej at apple.com
Mon May 21 12:01:01 PDT 2007


On May 21, 2007, at 11:56 AM, Evan Cheng wrote:

> -      isTerminatorInstr((--I)->getOpcode()))
> +      !isPredicated(--I) && isTerminatorInstr(I->getOpcode()))

Wouldn't it be better to have isTerminatorInst return false on  
predicated things?




More information about the llvm-commits mailing list