[AArch64] Wrong CC access in CSINC-conditional branch sequence
[oota-llvm.git] / lib / ProfileData / SampleProfReader.cpp
index a81c760479e531bbafd17c8316699c28f15205b4..963e05679aedadd5effd9e2e05265da12c0c0371 100644 (file)
@@ -159,7 +159,7 @@ bool SampleProfileReader::loadText() {
     return false;
   }
   MemoryBuffer &Buffer = *BufferOrErr.get();
-  line_iterator LineIt(Buffer, '#');
+  line_iterator LineIt(Buffer, /*SkipBlanks=*/true, '#');
 
   // Read the profile of each function. Since each function may be
   // mentioned more than once, and we are collecting flat profiles,