diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-06 20:33:02 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-06 20:33:02 +0000 |
commit | a3668afdeeac587b760b8e5f5ae644949a375b0c (patch) | |
tree | ff5712a3d5bcefc82c8f457cb446276712c80626 | |
parent | f642f4707f427649b0c131c548306bad3f28ddaf (diff) |
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57200 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Instruction.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instruction.def b/include/llvm/Instruction.def index dcc22e51c2..66bf2ce966 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) |