From a3668afdeeac587b760b8e5f5ae644949a375b0c Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 6 Oct 2008 20:33:02 +0000 Subject: [PATCH] Cosmetic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57200 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1