diff options
author | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
commit | cff2caac75a270a81b7ea08b9f091c6567378fb3 (patch) | |
tree | 102ce749c4eb809671f9b6399650ee7ceb09925e /llvm/tools/llvm-exegesis/lib/Target.h | |
parent | 5b6b500687374c2e51bf8eeb2f7f776cc173cc31 (diff) | |
download | bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.tar.gz bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.zip |
[llvm-exegesis][NFC] clang-format
llvm-svn: 335452
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Target.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/Target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Target.h b/llvm/tools/llvm-exegesis/lib/Target.h index ba91afd82d6..73426797ab6 100644 --- a/llvm/tools/llvm-exegesis/lib/Target.h +++ b/llvm/tools/llvm-exegesis/lib/Target.h @@ -38,9 +38,9 @@ public: private: virtual bool matchesArch(llvm::Triple::ArchType Arch) const = 0; - const ExegesisTarget* Next = nullptr; + const ExegesisTarget *Next = nullptr; }; -} // namespace exegesis +} // namespace exegesis #endif // LLVM_TOOLS_LLVM_EXEGESIS_TARGET_H |