Convert more code to use Operator instead of explicitly handling both
authorDan Gohman <gohman@apple.com>
Fri, 17 Jul 2009 23:55:56 +0000 (23:55 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Jul 2009 23:55:56 +0000 (23:55 +0000)
ConstantExpr and Instruction. This involves duplicating some code
between GetElementPtrInst and GEPOperator, but it's not a lot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76265 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found