[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
Dale Johannesen
dalej at apple.com
Sun Apr 29 17:31:07 PDT 2007
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') {
More information about the llvm-commits
mailing list