Skip to content

Commit 0723a8f

Browse files
committed
[NFC] Add missing bit.h to SubtargetFeature.h
SubtargetFeature.h uses llvm/ADT/bit.h. Reviewed By: compnerd, mib Differential Revision: https://reviews.llvm.org/D154664
1 parent 4ee9a88 commit 0723a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/TargetParser/SubtargetFeature.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "llvm/ADT/ArrayRef.h"
2121
#include "llvm/ADT/STLExtras.h"
2222
#include "llvm/ADT/StringRef.h"
23+
#include "llvm/ADT/bit.h"
2324
#include "llvm/Support/MathExtras.h"
2425
#include <array>
2526
#include <initializer_list>

0 commit comments

Comments
 (0)