From: Evan Cheng Date: Mon, 6 Oct 2008 20:33:02 +0000 (+0000) Subject: Cosmetic. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3668afdeeac587b760b8e5f5ae644949a375b0c;p=oota-llvm.git Cosmetic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instruction.def b/include/llvm/Instruction.def index dcc22e51c25..66bf2ce9669 100644 --- a/include/llvm/Instruction.def +++ b/include/llvm/Instruction.def @@ -117,7 +117,7 @@ HANDLE_BINARY_INST(15, FRem , BinaryOperator) // Logical operators (integer operands) HANDLE_BINARY_INST(16, Shl , BinaryOperator) // Shift left (logical) HANDLE_BINARY_INST(17, LShr , BinaryOperator) // Shift right (logical) -HANDLE_BINARY_INST(18, AShr , BinaryOperator) // shift right (arithmetic) +HANDLE_BINARY_INST(18, AShr , BinaryOperator) // Shift right (arithmetic) HANDLE_BINARY_INST(19, And , BinaryOperator) HANDLE_BINARY_INST(20, Or , BinaryOperator) HANDLE_BINARY_INST(21, Xor , BinaryOperator)