[llvm] r305285 - Strip UTF8 BOM that got added in rL305091

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 03:17:57 PDT 2017


Author: rksimon
Date: Tue Jun 13 05:17:57 2017
New Revision: 305285

URL: http://llvm.org/viewvc/llvm-project?rev=305285&view=rev
Log:
Strip UTF8 BOM that got added in rL305091

Seems my recent move to VS2017 has resulted in a few text editor issues.....

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=305285&r1=305284&r2=305285&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Jun 13 05:17:57 2017
@@ -1,4 +1,3 @@
-
 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
 //
 //                     The LLVM Compiler Infrastructure




More information about the llvm-commits mailing list