1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Strip UTF8 BOM that got added in rL305091

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

llvm-svn: 305285
This commit is contained in:
Simon Pilgrim 2017-06-13 10:17:57 +00:00
parent c10711a471
commit 73ef01f9e3

View File

@ -1,4 +1,3 @@

//===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
//
// The LLVM Compiler Infrastructure