| 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/Splitter.h b/llvm/lib/CodeGen/Splitter.h index 2b0645d..a726a7b 100644 --- a/llvm/lib/CodeGen/Splitter.h +++ b/llvm/lib/CodeGen/Splitter.h
@@ -36,7 +36,7 @@ public: static char ID; - LoopSplitter() : MachineFunctionPass(&ID) {} + LoopSplitter() : MachineFunctionPass(ID) {} virtual void getAnalysisUsage(AnalysisUsage &au) const;