We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b019a7 commit d57a26aCopy full SHA for d57a26a
llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
@@ -12,9 +12,9 @@
12
//===----------------------------------------------------------------------===//
13
14
#include "ARMUnwindOpAsm.h"
15
+#include "llvm/ADT/bit.h"
16
#include "llvm/Support/ARMEHABI.h"
17
#include "llvm/Support/LEB128.h"
-#include "llvm/Support/MathExtras.h"
18
#include <cassert>
19
20
using namespace llvm;
0 commit comments