[polly] r271206 - MSVC compile fix: #include <ciso646>. NFC.

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 10:14:45 PDT 2016


On 05/30/2016 04:27 PM, Michael Kruse via llvm-commits wrote:
> Author: meinersbur
> Date: Mon May 30 09:27:14 2016
> New Revision: 271206
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=271206&view=rev
> Log:
> MSVC compile fix: #include <ciso646>. NFC.
> 
> This header is required to make the ISO 646 alternative operator
> spellings ("and", "or" instead of "&&", "||") work. Should these
> operators be replaced by the standard ones as already suggested by
> Johannes, also remove this #include again.

Roman, please drop this now unnecessary include.

Best,
Tobias


More information about the llvm-commits mailing list