Skip to content

Commit

Permalink
LanaiInstPrinter.h - replace unnecessary StringRef include with forwa…
Browse files Browse the repository at this point in the history
…rd declaration
  • Loading branch information
RKSimon committed Feb 3, 2022
1 parent 802ceb8 commit c4246e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
Expand Up @@ -13,10 +13,10 @@
#ifndef LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H
#define LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIINSTPRINTER_H

#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCInstPrinter.h"

namespace llvm {
class StringRef;

class LanaiInstPrinter : public MCInstPrinter {
public:
Expand Down

0 comments on commit c4246e6

Please sign in to comment.