mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
remove unused variable
llvm-svn: 36585
This commit is contained in:
parent
db43279e9a
commit
3fe0bbd6fb
@ -112,7 +112,6 @@ unsigned ARMTargetAsmInfo::getInlineAsmLength(const char *Str) const {
|
||||
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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user