summaryrefslogtreecommitdiff
path: root/lib/IR/IRPrintingPasses.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-05-24 20:19:40 +0000
committerHans Wennborg <hans@hanshq.net>2014-05-24 20:19:40 +0000
commit68b0d1d2b47f1be8eec2ce57c8119906c354ccd8 (patch)
treed067c3c5a121bbf0eae6aa6095b8ee79e0b923fa /lib/IR/IRPrintingPasses.cpp
parent11d505b678fc1f6229184b2709c44d2bc51ee51a (diff)
downloadllvm-68b0d1d2b47f1be8eec2ce57c8119906c354ccd8.tar.gz
llvm-68b0d1d2b47f1be8eec2ce57c8119906c354ccd8.tar.bz2
llvm-68b0d1d2b47f1be8eec2ce57c8119906c354ccd8.tar.xz
Fix some misplaced spaces around 'override'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/IRPrintingPasses.cpp')
-rw-r--r--lib/IR/IRPrintingPasses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/IRPrintingPasses.cpp b/lib/IR/IRPrintingPasses.cpp
index 099c27cfa5..c8a17479d8 100644
--- a/lib/IR/IRPrintingPasses.cpp
+++ b/lib/IR/IRPrintingPasses.cpp
@@ -94,7 +94,7 @@ public:
return false;
}
- void getAnalysisUsage(AnalysisUsage &AU) const override{
+ void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.setPreservesAll();
}
};