Changes in directory llvm/lib/Target/ARM:

ARMTargetAsmInfo.cpp updated: 1.17 -> 1.18
---
Log message:

remove unused variable



---
Diffs of the changes:  (+0 -1)

 ARMTargetAsmInfo.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.17 
llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.18
--- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.17       Sun Apr 29 19:23:51 2007
+++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp    Sun Apr 29 19:30:48 2007
@@ -112,7 +112,6 @@
         atInsnStart = false;
         if (isThumb) {
           // BL and BLX <non-reg> are 4 bytes, all others 2.
-          const char*p = Str;
           if ((*Str=='b' || *Str=='B') &&
               (*(Str+1)=='l' || *(Str+1)=='L')) {
             if (*(Str+2)=='x' || *(Str+2)=='X') {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to