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 d0a2c2f commit 7036fafCopy full SHA for 7036faf
mutate.cpp
@@ -3,14 +3,14 @@
3
// This file is licensed under the Apache-2.0 License.
4
// See the LICENSE file for more information.
5
6
-#include <llvm-20/llvm/IR/Attributes.h>
7
#include <llvm/ADT/APFloat.h>
8
#include <llvm/ADT/APInt.h>
9
#include <llvm/ADT/DenseMap.h>
10
#include <llvm/ADT/STLExtras.h>
11
#include <llvm/ADT/STLFunctionalExtras.h>
12
#include <llvm/ADT/SmallVector.h>
13
#include <llvm/Analysis/InstructionSimplify.h>
+#include <llvm/IR/Attributes.h>
14
#include <llvm/IR/BasicBlock.h>
15
#include <llvm/IR/Constants.h>
16
#include <llvm/IR/DataLayout.h>
0 commit comments