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/Transforms/Scalar/Sink.cpp b/llvm/lib/Transforms/Scalar/Sink.cpp index 2448312..95d3ded 100644 --- a/llvm/lib/Transforms/Scalar/Sink.cpp +++ b/llvm/lib/Transforms/Scalar/Sink.cpp
@@ -35,7 +35,7 @@ public: static char ID; // Pass identification - Sinking() : FunctionPass(&ID) {} + Sinking() : FunctionPass(ID) {} virtual bool runOnFunction(Function &F);