From 41b4a6b36ac77b94e4ee1908d580368e9f09fbfd Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 12 Jul 2010 08:16:59 +0000 Subject: Convert some tab stops into spaces. llvm-svn: 108130 --- llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/PIC16') 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; } } } -- cgit v1.2.3