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 5c3323a commit 47a3ea4Copy full SHA for 47a3ea4
llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.h
@@ -16,11 +16,12 @@
16
#include "MCTargetDesc/SPIRVBaseInfo.h"
17
#include "llvm/ADT/DenseSet.h"
18
#include "llvm/MC/MCInstPrinter.h"
19
+#include "llvm/MC/MCRegister.h"
20
21
namespace llvm {
22
class SPIRVInstPrinter : public MCInstPrinter {
23
private:
- SmallDenseMap<unsigned, SPIRV::InstructionSet::InstructionSet> ExtInstSetIDs;
24
+ SmallDenseMap<MCRegister, SPIRV::InstructionSet::InstructionSet> ExtInstSetIDs;
25
void recordOpExtInstImport(const MCInst *MI);
26
27
public:
0 commit comments