Skip to content

Commit d57a26a

Browse files
[ARM] Include bit.h instead of MathExtras.h (NFC)
1 parent 2b019a7 commit d57a26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
#include "ARMUnwindOpAsm.h"
15+
#include "llvm/ADT/bit.h"
1516
#include "llvm/Support/ARMEHABI.h"
1617
#include "llvm/Support/LEB128.h"
17-
#include "llvm/Support/MathExtras.h"
1818
#include <cassert>
1919

2020
using namespace llvm;

0 commit comments

Comments
 (0)