commit | bda59bd247b1153e4bc19f85dee4cb594b9c2b32 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Fri Aug 06 00:23:35 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Fri Aug 06 00:23:35 2010 +0000 |
tree | 669b82d1ff890ce19f7c3ad68f66975f9eafb681 | |
parent | 396e041f5eac1cf6eda07e94ff34c3f2f4905ead [diff] [blame] |
Revert r110396 to fix buildbots. llvm-svn: 110410
diff --git a/llvm/lib/Target/X86/SSEDomainFix.cpp b/llvm/lib/Target/X86/SSEDomainFix.cpp index 13680c5..dab070e 100644 --- a/llvm/lib/Target/X86/SSEDomainFix.cpp +++ b/llvm/lib/Target/X86/SSEDomainFix.cpp
@@ -115,7 +115,7 @@ unsigned Distance; public: - SSEDomainFixPass() : MachineFunctionPass(ID) {} + SSEDomainFixPass() : MachineFunctionPass(&ID) {} virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll();