Skip to content

Commit 7036faf

Browse files
committed
fix include
1 parent d0a2c2f commit 7036faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
// This file is licensed under the Apache-2.0 License.
44
// See the LICENSE file for more information.
55

6-
#include <llvm-20/llvm/IR/Attributes.h>
76
#include <llvm/ADT/APFloat.h>
87
#include <llvm/ADT/APInt.h>
98
#include <llvm/ADT/DenseMap.h>
109
#include <llvm/ADT/STLExtras.h>
1110
#include <llvm/ADT/STLFunctionalExtras.h>
1211
#include <llvm/ADT/SmallVector.h>
1312
#include <llvm/Analysis/InstructionSimplify.h>
13+
#include <llvm/IR/Attributes.h>
1414
#include <llvm/IR/BasicBlock.h>
1515
#include <llvm/IR/Constants.h>
1616
#include <llvm/IR/DataLayout.h>

0 commit comments

Comments
 (0)