summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-05-16 20:53:27 +0000
committerMatthias Braun <matze@braunis.de>2017-05-16 20:53:27 +0000
commit00e2e0cf37cb6c2ec9eeb33fcfa1c3a2948ea21a (patch)
tree2621b95f8a2c59de46ca288b4daf67cb06085d6a /test/Feature
parent1a2e7acb9914eb259612b2bf463e84b064ceaf18 (diff)
Test for r303197
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-llc.ll1
1 files changed, 1 insertions, 0 deletions
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'