IR: Avoid include in FMF header
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 24 May 2023 13:24:49 +0000 (14:24 +0100)
committerMatt Arsenault <arsenm2@gmail.com>
Wed, 24 May 2023 14:40:44 +0000 (15:40 +0100)
llvm/include/llvm/IR/FMF.h

index a49feb5..99e9a24 100644 (file)
@@ -13,9 +13,8 @@
 #ifndef LLVM_IR_FMF_H
 #define LLVM_IR_FMF_H
 
-#include "llvm/Support/raw_ostream.h"
-
 namespace llvm {
+class raw_ostream;
 
 /// Convenience struct for specifying and reasoning about fast-math flags.
 class FastMathFlags {