From 2a05bd212e3e8aaed818ee23464f4d1fe0b0596d Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Mon, 5 Dec 2022 17:21:29 +0300 Subject: [PATCH] [NFC] Fix test/CodeGen/PowerPC/O0-pipeline.ll --- llvm/test/CodeGen/PowerPC/O0-pipeline.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/PowerPC/O0-pipeline.ll b/llvm/test/CodeGen/PowerPC/O0-pipeline.ll index 9faf306..08340b9 100644 --- a/llvm/test/CodeGen/PowerPC/O0-pipeline.ll +++ b/llvm/test/CodeGen/PowerPC/O0-pipeline.ll @@ -62,6 +62,7 @@ ; CHECK-NEXT: Contiguously Lay Out Funclets ; CHECK-NEXT: StackMap Liveness Analysis ; CHECK-NEXT: Live DEBUG_VALUE analysis +; CHECK-NEXT: Machine Sanitizer Binary Metadata ; CHECK-NEXT: PowerPC Expand Atomic ; CHECK-NEXT: PowerPC Branch Selector ; CHECK-NEXT: Lazy Machine Block Frequency Analysis -- 2.7.4