Skip to content

Commit

Permalink
temp fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emoun committed Jan 22, 2025
1 parent c19eb3c commit 8515df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions llvm/include/llvm/Support/Signals.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#define LLVM_SUPPORT_SIGNALS_H

#include <string>
#include <cstdint>


namespace llvm {
class StringRef;
Expand Down
1 change: 0 additions & 1 deletion llvm/lib/Target/Patmos/PatmosInstrInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ PatmosII::MemType PatmosInstrInfo::getMemType(const MachineInstr &MI) {
case SWM: case SHM: case SBM:
return PatmosII::MEM_M;
default:
MI.dump();
llvm_unreachable("Unexpected memory access instruction!");
}

Expand Down

0 comments on commit 8515df7

Please sign in to comment.