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 bc7eb90 commit e367c00Copy full SHA for e367c00
llvm/include/llvm/IR/FPEnv.h
@@ -15,12 +15,11 @@
15
#ifndef LLVM_IR_FLOATINGPOINT_H
16
#define LLVM_IR_FLOATINGPOINT_H
17
18
-#include "llvm/ADT/APFloat.h"
+#include "llvm/ADT/FloatingPointMode.h"
19
#include "llvm/ADT/Optional.h"
20
-#include "llvm/ADT/StringRef.h"
21
-#include <stdint.h>
22
23
namespace llvm {
+class StringRef;
24
25
namespace fp {
26
llvm/lib/IR/FPEnv.cpp
@@ -12,8 +12,8 @@
12
//
13
//===----------------------------------------------------------------------===//
14
-#include "llvm/ADT/StringSwitch.h"
#include "llvm/IR/FPEnv.h"
+#include "llvm/ADT/StringSwitch.h"
0 commit comments