[llvm] r257047 - Remove extra whitespace. NFC.

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 02:26:33 PST 2016


Author: flyingforyou
Date: Thu Jan  7 04:26:32 2016
New Revision: 257047

URL: http://llvm.org/viewvc/llvm-project?rev=257047&view=rev
Log:
Remove extra whitespace. NFC.

Modified:
    llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp

Modified: llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp?rev=257047&r1=257046&r2=257047&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp Thu Jan  7 04:26:32 2016
@@ -1182,7 +1182,7 @@ MachineBasicBlock::getProbabilityIterato
 
 /// Return whether (physical) register "Reg" has been <def>ined and not <kill>ed
 /// as of just before "MI".
-/// 
+///
 /// Search is localised to a neighborhood of
 /// Neighborhood instructions before (searching for defs or kills) and N
 /// instructions after (searching just for defs) MI.




More information about the llvm-commits mailing list