From: Simon Pilgrim Date: Tue, 13 Jun 2017 10:17:57 +0000 (+0000) Subject: Strip UTF8 BOM that got added in rL305091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8690fe7c327441296aac3758d5af32fb0bdc8c1;p=llvm Strip UTF8 BOM that got added in rL305091 Seems my recent move to VS2017 has resulted in a few text editor issues..... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305285 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index aea1868ee85..77de1a89977 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -1,4 +1,3 @@ - //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===// // // The LLVM Compiler Infrastructure