commit | a7aed18624f7783b7c31b06069c43bec89f1813f | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Fri Aug 06 18:33:48 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Fri Aug 06 18:33:48 2010 +0000 |
tree | 12c29122999e559e3d99f19d576e0245874372f3 | |
parent | e68958fcdfb02296df153598c1610cefd915d51e [diff] [blame] |
Reapply r110396, with fixes to appease the Linux buildbot gods. llvm-svn: 110460
diff --git a/llvm/lib/CodeGen/MachineSink.cpp b/llvm/lib/CodeGen/MachineSink.cpp index d1f91f2..1c83176 100644 --- a/llvm/lib/CodeGen/MachineSink.cpp +++ b/llvm/lib/CodeGen/MachineSink.cpp
@@ -44,7 +44,7 @@ public: static char ID; // Pass identification - MachineSinking() : MachineFunctionPass(&ID) {} + MachineSinking() : MachineFunctionPass(ID) {} virtual bool runOnMachineFunction(MachineFunction &MF);