Skip to content

Commit 73a7078

Browse files
committed
[llvm] clang-format changes
1 parent 6dc4915 commit 73a7078

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/include/llvm/Analysis/IR2Vec.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
#ifndef LLVM_ANALYSIS_IR2VEC_H
3030
#define LLVM_ANALYSIS_IR2VEC_H
3131

32-
#include "llvm/Support/Compiler.h"
3332
#include "llvm/ADT/DenseMap.h"
3433
#include "llvm/IR/PassManager.h"
3534
#include "llvm/Support/CommandLine.h"
35+
#include "llvm/Support/Compiler.h"
3636
#include "llvm/Support/ErrorOr.h"
3737
#include "llvm/Support/JSON.h"
3838
#include <map>
@@ -116,7 +116,8 @@ struct Embedding {
116116

117117
/// Returns true if the embedding is approximately equal to the RHS embedding
118118
/// within the specified tolerance.
119-
LLVM_ABI bool approximatelyEquals(const Embedding &RHS, double Tolerance = 1e-6) const;
119+
LLVM_ABI bool approximatelyEquals(const Embedding &RHS,
120+
double Tolerance = 1e-6) const;
120121
};
121122

122123
using InstEmbeddingsMap = DenseMap<const Instruction *, Embedding>;
@@ -226,7 +227,7 @@ class IR2VecVocabResult {
226227
LLVM_ABI const ir2vec::Vocab &getVocabulary() const;
227228
LLVM_ABI unsigned getDimension() const;
228229
LLVM_ABI bool invalidate(Module &M, const PreservedAnalyses &PA,
229-
ModuleAnalysisManager::Invalidator &Inv) const;
230+
ModuleAnalysisManager::Invalidator &Inv) const;
230231
};
231232

232233
/// This analysis provides the vocabulary for IR2Vec. The vocabulary provides a

0 commit comments

Comments
 (0)