summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Target.h')
-rw-r--r--llvm/tools/llvm-exegesis/lib/Target.h4
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
OpenPOWER on IntegriCloud