1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[LV] Test commit. Removing white space.

This is just to check that I have commit access privilege.

llvm-svn: 327656
This commit is contained in:
Diego Caballero 2018-03-15 19:34:27 +00:00
parent ec5a97390b
commit b78a4321cf

View File

@ -4820,7 +4820,7 @@ bool LoopVectorizationLegality::canVectorize() {
// Store the result and return it at the end instead of exiting early, in case
// allowExtraAnalysis is used to report multiple reasons for not vectorizing.
bool Result = true;
bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE);
// We must have a loop in canonical form. Loops with indirectbr in them cannot
// be canonicalized.