]> granicus.if.org Git - llvm/commitdiff
Strip UTF8 BOM that got added in rL305091
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 13 Jun 2017 10:17:57 +0000 (10:17 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 13 Jun 2017 10:17:57 +0000 (10:17 +0000)
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

lib/Target/X86/X86ISelLowering.cpp

index aea1868ee85219a5572625ef99bfae6705e76f94..77de1a89977fe587d0a203cffa2e889712d5a98b 100644 (file)
@@ -1,4 +1,3 @@
-
 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
 //
 //                     The LLVM Compiler Infrastructure