[llvm] r277812 - Reformat.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 04:59:45 PDT 2016


Author: chapuni
Date: Fri Aug  5 06:59:45 2016
New Revision: 277812

URL: http://llvm.org/viewvc/llvm-project?rev=277812&view=rev
Log:
Reformat.

Modified:
    llvm/trunk/lib/AsmParser/LLLexer.cpp

Modified: llvm/trunk/lib/AsmParser/LLLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/LLLexer.cpp?rev=277812&r1=277811&r2=277812&view=diff
==============================================================================
--- llvm/trunk/lib/AsmParser/LLLexer.cpp (original)
+++ llvm/trunk/lib/AsmParser/LLLexer.cpp Fri Aug  5 06:59:45 2016
@@ -871,7 +871,7 @@ lltok::Kind LLLexer::Lex0x() {
     // HexFPConstant - Floating point constant represented in IEEE format as a
     // hexadecimal number for when exponential notation is not precise enough.
     // Half, Float, and double only.
-    APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
+    APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart + 2, CurPtr)));
     return lltok::APFloat;
   }
 




More information about the llvm-commits mailing list