commit | 1df91b0e54bc62f8fc7a06a4f75220e40aa2dfe0 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Wed Feb 08 21:22:43 2012 +0000 |
committer | Andrew Trick <atrick@apple.com> | Wed Feb 08 21:22:43 2012 +0000 |
tree | 86b8e3977706898a8080293eaddde7c21162c7fd | |
parent | ffea03f2165c5a4fda672495bf853aa2d8c7d1b5 [diff] [blame] |
whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150094 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineCopyPropagation.cpp b/lib/CodeGen/MachineCopyPropagation.cpp index f96c869..17343cd 100644 --- a/lib/CodeGen/MachineCopyPropagation.cpp +++ b/lib/CodeGen/MachineCopyPropagation.cpp
@@ -33,7 +33,7 @@ class MachineCopyPropagation : public MachineFunctionPass { const TargetRegisterInfo *TRI; BitVector ReservedRegs; - + public: static char ID; // Pass identification, replacement for typeid MachineCopyPropagation() : MachineFunctionPass(ID) {