Convert more code to use Operator instead of explicitly handling both
[oota-llvm.git] / include / llvm / Operator.h
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...