Thumb1 frame lowering: Mark CFI instructions with the FrameSetup flag.
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index 2e0fdeca9481b35042f2f81242ce6da765cef065..b1f62c437326ab071ee29ab3e82cbb73f1e5d501 100644 (file)
@@ -309,7 +309,7 @@ bool Loop::isAnnotatedParallel() const {
       // nested parallel loops). The loop identifier metadata refers to
       // itself so we can check both cases with the same routine.
       MDNode *loopIdMD =
-        II->getMetadata(LLVMContext::MD_mem_parallel_loop_access);
+          II->getMetadata(LLVMContext::MD_mem_parallel_loop_access);
 
       if (!loopIdMD)
         return false;