diff options
| author | Owen Anderson <resistor@mac.com> | 2010-08-06 00:23:35 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2010-08-06 00:23:35 +0000 |
| commit | bda59bd247b1153e4bc19f85dee4cb594b9c2b32 (patch) | |
| tree | 669b82d1ff890ce19f7c3ad68f66975f9eafb681 /llvm/lib/CodeGen/RenderMachineFunction.h | |
| parent | 396e041f5eac1cf6eda07e94ff34c3f2f4905ead (diff) | |
| download | llvm-bda59bd247b1153e4bc19f85dee4cb594b9c2b32.zip llvm-bda59bd247b1153e4bc19f85dee4cb594b9c2b32.tar.gz llvm-bda59bd247b1153e4bc19f85dee4cb594b9c2b32.tar.bz2 | |
Revert r110396 to fix buildbots.
llvm-svn: 110410
Diffstat (limited to 'llvm/lib/CodeGen/RenderMachineFunction.h')
| -rw-r--r-- | llvm/lib/CodeGen/RenderMachineFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RenderMachineFunction.h b/llvm/lib/CodeGen/RenderMachineFunction.h index 71a613b..4d22b34 100644 --- a/llvm/lib/CodeGen/RenderMachineFunction.h +++ b/llvm/lib/CodeGen/RenderMachineFunction.h @@ -198,7 +198,7 @@ namespace llvm { public: static char ID; - RenderMachineFunction() : MachineFunctionPass(ID) {} + RenderMachineFunction() : MachineFunctionPass(&ID) {} virtual void getAnalysisUsage(AnalysisUsage &au) const; |
