From 00e2e0cf37cb6c2ec9eeb33fcfa1c3a2948ea21a Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 16 May 2017 20:53:27 +0000 Subject: [PATCH] Test for r303197 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303208 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/optnone-llc.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Feature/optnone-llc.ll b/test/Feature/optnone-llc.ll index 69dc5291226..2129fc9b881 100644 --- a/test/Feature/optnone-llc.ll +++ b/test/Feature/optnone-llc.ll @@ -42,6 +42,7 @@ attributes #0 = { optnone noinline } ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer' ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination' +; LLC-Ox-DAG: Skipping pass 'Shrink Wrapping analysis' ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass' ; LLC-Ox-DAG: Skipping pass 'Machine Instruction Scheduler' ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion' -- 2.40.0