From: Evan Cheng Date: Wed, 5 Nov 2008 06:03:38 +0000 (+0000) Subject: Indentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9dd93b36b8b33281774c6257ad07a3e7d0d1c660;p=oota-llvm.git Indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index cdf16707813..cbde92efa57 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -7516,7 +7516,7 @@ static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) { SDValue X86TargetLowering::PerformDAGCombine(SDNode *N, - DAGCombinerInfo &DCI) const { + DAGCombinerInfo &DCI) const { SelectionDAG &DAG = DCI.DAG; switch (N->getOpcode()) { default: break;