File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- // ===- llvm/CodeGen /StableHashing.h - Utilities for stable hashing * C++ *-===//
1
+ // ===- llvm/ADT /StableHashing.h - Utilities for stable hashing * C++ *---- -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
12
12
//
13
13
// ===----------------------------------------------------------------------===//
14
14
15
- #ifndef LLVM_CODEGEN_STABLEHASHING_H
16
- #define LLVM_CODEGEN_STABLEHASHING_H
15
+ #ifndef LLVM_ADT_STABLEHASHING_H
16
+ #define LLVM_ADT_STABLEHASHING_H
17
17
18
18
#include " llvm/ADT/StringRef.h"
19
19
Original file line number Diff line number Diff line change 14
14
#ifndef LLVM_CODEGEN_MACHINESTABLEHASH_H
15
15
#define LLVM_CODEGEN_MACHINESTABLEHASH_H
16
16
17
- #include " llvm/CodeGen /StableHashing.h"
17
+ #include " llvm/ADT /StableHashing.h"
18
18
19
19
namespace llvm {
20
20
class MachineBasicBlock ;
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " llvm/CodeGen/MachineOperand.h"
14
+ #include " llvm/ADT/StableHashing.h"
14
15
#include " llvm/ADT/StringExtras.h"
15
16
#include " llvm/Analysis/Loads.h"
16
17
#include " llvm/CodeGen/MIRFormatter.h"
17
18
#include " llvm/CodeGen/MachineFrameInfo.h"
18
19
#include " llvm/CodeGen/MachineJumpTableInfo.h"
19
20
#include " llvm/CodeGen/MachineRegisterInfo.h"
20
- #include " llvm/CodeGen/StableHashing.h"
21
21
#include " llvm/CodeGen/TargetInstrInfo.h"
22
22
#include " llvm/CodeGen/TargetRegisterInfo.h"
23
23
#include " llvm/Config/llvm-config.h"
Original file line number Diff line number Diff line change 19
19
#include " llvm/ADT/Hashing.h"
20
20
#include " llvm/ADT/STLExtras.h"
21
21
#include " llvm/ADT/SmallVector.h"
22
+ #include " llvm/ADT/StableHashing.h"
22
23
#include " llvm/ADT/Statistic.h"
23
24
#include " llvm/ADT/ilist_iterator.h"
24
25
#include " llvm/ADT/iterator_range.h"
30
31
#include " llvm/CodeGen/MachineOperand.h"
31
32
#include " llvm/CodeGen/MachineRegisterInfo.h"
32
33
#include " llvm/CodeGen/Register.h"
33
- #include " llvm/CodeGen/StableHashing.h"
34
34
#include " llvm/Config/llvm-config.h"
35
35
#include " llvm/IR/Constants.h"
36
36
#include " llvm/MC/MCSymbol.h"
Original file line number Diff line number Diff line change 14
14
15
15
#include " llvm/Passes/StandardInstrumentations.h"
16
16
#include " llvm/ADT/Any.h"
17
+ #include " llvm/ADT/StableHashing.h"
17
18
#include " llvm/ADT/StringRef.h"
18
19
#include " llvm/Analysis/CallGraphSCCPass.h"
19
20
#include " llvm/Analysis/LazyCallGraph.h"
20
21
#include " llvm/Analysis/LoopInfo.h"
21
- #include " llvm/CodeGen/StableHashing.h"
22
22
#include " llvm/IR/Constants.h"
23
23
#include " llvm/IR/Function.h"
24
24
#include " llvm/IR/Module.h"
You can’t perform that action at this time.
0 commit comments