[Lldb-commits] [lldb] r124262 - /lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp

Johnny Chen johnny.chen at apple.com
Tue Jan 25 17:24:46 PST 2011


Author: johnny
Date: Tue Jan 25 19:24:45 2011
New Revision: 124262

URL: http://llvm.org/viewvc/llvm-project?rev=124262&view=rev
Log:
Remove duplicated comments.

Modified:
    lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp

Modified: lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp?rev=124262&r1=124261&r2=124262&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp (original)
+++ lldb/trunk/source/Plugins/Process/Utility/EmulateInstructionARM.cpp Tue Jan 25 19:24:45 2011
@@ -357,10 +357,8 @@
     // adjust the stack pointer
     { 0xffffff80, 0x0000b080, ARMvAll,       eEncodingT1, eSize16, emulate_sub_sp_imm,
       "sub{s} sp, sp, #<imm>"},
-    // adjust the stack pointer
     { 0xfbef8f00, 0xf1ad0d00, ARMv6T2|ARMv7, eEncodingT2, eSize32, emulate_sub_sp_imm,
       "sub{s}.w sp, sp, #<const>"},
-    // adjust the stack pointer
     { 0xfbff8f00, 0xf2ad0d00, ARMv6T2|ARMv7, eEncodingT3, eSize32, emulate_sub_sp_imm,
       "subw sp, sp, #<imm12>"}
 };





More information about the lldb-commits mailing list