diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
commit | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch) | |
tree | 012bb94d777798f1f56ac1cec429509766d05181 /contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h | |
parent | 6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff) | |
download | ydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h')
-rw-r--r-- | contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h b/contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h index d1cd27e15c..e9afb40e8f 100644 --- a/contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h +++ b/contrib/libs/llvm12/include/llvm/IR/DiagnosticInfo.h @@ -28,7 +28,7 @@ #include "llvm/ADT/Twine.h" #include "llvm/IR/DebugLoc.h" #include "llvm/Support/CBindingWrapping.h" -#include "llvm/Support/TypeSize.h" +#include "llvm/Support/TypeSize.h" #include "llvm/Support/YAMLTraits.h" #include <algorithm> #include <cstdint> @@ -42,7 +42,7 @@ namespace llvm { class DiagnosticPrinter; class Function; class Instruction; -class InstructionCost; +class InstructionCost; class LLVMContext; class Module; class SMDiagnostic; @@ -442,10 +442,10 @@ public: Argument(StringRef Key, unsigned N); Argument(StringRef Key, unsigned long N); Argument(StringRef Key, unsigned long long N); - Argument(StringRef Key, ElementCount EC); + Argument(StringRef Key, ElementCount EC); Argument(StringRef Key, bool B) : Key(Key), Val(B ? "true" : "false") {} Argument(StringRef Key, DebugLoc dl); - Argument(StringRef Key, InstructionCost C); + Argument(StringRef Key, InstructionCost C); }; /// \p PassName is the name of the pass emitting this diagnostic. \p |