aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
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
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')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.cpp2
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.h2
2 files changed, 2 insertions, 2 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));
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h
index 483bb3f..ca9650d 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/lib/Target/PIC16/PIC16ISelLowering.h
@@ -49,7 +49,7 @@ namespace llvm {
RRF, // Rotate right through carry
CALL, // PIC16 Call instruction
CALLW, // PIC16 CALLW instruction
- SUBCC, // Compare for equality or inequality.
+ SUBCC, // Compare for equality or inequality.
SELECT_ICC, // Psuedo to be caught in schedular and expanded to brcond.
BRCOND, // Conditional branch.
Dummy