summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-07-12 08:16:59 +0000
committerDuncan Sands <baldrick@free.fr>2010-07-12 08:16:59 +0000
commit41b4a6b36ac77b94e4ee1908d580368e9f09fbfd (patch)
tree0ba672574cfb92f9f66c9a942703f1d5d53220f8 /llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp
parent57041d81df53c894f92b9a9fa42524061249ac8b (diff)
downloadbcm5719-llvm-41b4a6b36ac77b94e4ee1908d580368e9f09fbfd.tar.gz
bcm5719-llvm-41b4a6b36ac77b94e4ee1908d580368e9f09fbfd.zip
Convert some tab stops into spaces.
llvm-svn: 108130
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp')
-rw-r--r--llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp
index ab81ed1bca9..241170b11c2 100644
--- a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp
+++ b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp
@@ -117,7 +117,7 @@ bool MemSelOpt::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
DebugLoc dl = I->getDebugLoc();
BuildMI(*MBB, I, dl, TII->get(PIC16::pagesel)).addExternalSymbol("$");
Changed = true;
- PageChanged = 0;
+ PageChanged = 0;
}
}
}
OpenPOWER on IntegriCloud