[llvm-commits] [llvm] r57200 - /llvm/trunk/include/llvm/Instruction.def

Evan Cheng evan.cheng at apple.com
Mon Oct 6 13:33:03 PDT 2008


Author: evancheng
Date: Mon Oct  6 15:33:02 2008
New Revision: 57200

URL: http://llvm.org/viewvc/llvm-project?rev=57200&view=rev
Log:
Cosmetic.

Modified:
    llvm/trunk/include/llvm/Instruction.def

Modified: llvm/trunk/include/llvm/Instruction.def
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instruction.def?rev=57200&r1=57199&r2=57200&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Instruction.def (original)
+++ llvm/trunk/include/llvm/Instruction.def Mon Oct  6 15:33:02 2008
@@ -117,7 +117,7 @@
 // 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)





More information about the llvm-commits mailing list