aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-30 01:09:53 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-30 01:09:53 +0000
commit51b16f473759c1546acbf308a5d3f3e7bf3ea23c (patch)
tree1c33a0bd47e7b0fc26b2c57cb67cbb6b62e23ef4 /lib/Target/PIC16/PIC16ISelLowering.cpp
parent4d4eab219a96203f58452b39b4e94e234dfe4007 (diff)
downloadexternal_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.zip
external_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.tar.gz
external_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.tar.bz2
Untabification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.cpp')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp
index f061507..c16b4ad 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.cpp
+++ b/lib/Target/PIC16/PIC16ISelLowering.cpp
@@ -535,7 +535,7 @@ void PIC16TargetLowering::GetExpandedParts(SDValue Op, SelectionDAG &DAG,
// Extract the lo component.
Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NewVT, Op,
DAG.getConstant(0, MVT::i8));
-
+
// extract the hi component
Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NewVT, Op,
DAG.getConstant(1, MVT::i8));