summaryrefslogtreecommitdiff
path: root/include/llvm/PassRegistry.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-05 22:43:56 +0000
committerChris Lattner <sabre@nondot.org>2010-09-05 22:43:56 +0000
commit223c92c9cddf9034ddf5cf540fb2de4d14026632 (patch)
tree213fdc5909b54b5ab811bbe1f5316495cafc548e /include/llvm/PassRegistry.h
parent53b1acd06d703fcdb251b23337c2bb5d507b0611 (diff)
downloadllvm-223c92c9cddf9034ddf5cf540fb2de4d14026632.tar.gz
llvm-223c92c9cddf9034ddf5cf540fb2de4d14026632.tar.bz2
llvm-223c92c9cddf9034ddf5cf540fb2de4d14026632.tar.xz
fix inconsistent formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassRegistry.h')
-rw-r--r--include/llvm/PassRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h
index 5907139152..adaccf3765 100644
--- a/include/llvm/PassRegistry.h
+++ b/include/llvm/PassRegistry.h
@@ -62,7 +62,7 @@ public:
PassInfo& Registeree, bool isDefault);
void enumerateWith(PassRegistrationListener *L);
- void addRegistrationListener(PassRegistrationListener* L);
+ void addRegistrationListener(PassRegistrationListener *L);
void removeRegistrationListener(PassRegistrationListener *L);
};