[Lldb-commits] [lldb] r125634 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h

Johnny Chen johnny.chen at apple.com
Tue Feb 15 17:31:20 PST 2011


Author: johnny
Date: Tue Feb 15 19:31:20 2011
New Revision: 125634

URL: http://llvm.org/viewvc/llvm-project?rev=125634&view=rev
Log:
Minor comment change.

Modified:
    lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h

Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h?rev=125634&r1=125633&r2=125634&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h Tue Feb 15 19:31:20 2011
@@ -352,11 +352,11 @@
     bool
     EmulateLSRReg (ARMEncoding encoding);
 
-    // Helper method for ASR, LSL, and LSR
+    // Helper method for ASR, LSL, and LSR (immediate)
     bool
     EmulateShiftImm (ARMEncoding encoding, ARM_ShifterType shift_type);
 
-    // Helper method for ASR, LSL, and LSR
+    // Helper method for ASR, LSL, and LSR (register)
     bool
     EmulateShiftReg (ARMEncoding encoding, ARM_ShifterType shift_type);
 





More information about the lldb-commits mailing list