From b81b36910f3f39773aa275c9be75bcd540157cbb Mon Sep 17 00:00:00 2001
From: Emad Jacob Maroun <emoun.open@gmail.com>
Date: Wed, 15 Jan 2025 14:45:24 +0100
Subject: [PATCH] temp fixes

---
 llvm/include/llvm/Support/Signals.h        | 2 ++
 llvm/lib/Target/Patmos/PatmosInstrInfo.cpp | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/llvm/include/llvm/Support/Signals.h b/llvm/include/llvm/Support/Signals.h
index 44f5a750ff5c..2810713fd2aa 100644
--- a/llvm/include/llvm/Support/Signals.h
+++ b/llvm/include/llvm/Support/Signals.h
@@ -15,6 +15,8 @@
 #define LLVM_SUPPORT_SIGNALS_H
 
 #include <string>
+#include <cstdint>
+
 
 namespace llvm {
 class StringRef;
diff --git a/llvm/lib/Target/Patmos/PatmosInstrInfo.cpp b/llvm/lib/Target/Patmos/PatmosInstrInfo.cpp
index 13c4627df593..b7f4f5b553ff 100644
--- a/llvm/lib/Target/Patmos/PatmosInstrInfo.cpp
+++ b/llvm/lib/Target/Patmos/PatmosInstrInfo.cpp
@@ -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!");
   }