summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorSebastian Pop <sebpop@gmail.com>2016-08-08 14:46:15 +0000
committerSebastian Pop <sebpop@gmail.com>2016-08-08 14:46:15 +0000
commit9ecdabae840b091f8ab3fd6fe9880d522afd2f8e (patch)
tree6a28dde48093d48405b11e1b982d7da8cff27c37 /test/Feature
parentfe11e980a91ccec671d537aa1c7fd5ec29fca706 (diff)
GVN-hoist: enable by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-opt.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/optnone-opt.ll b/test/Feature/optnone-opt.ll
index f53877d4aea..a00013ec179 100644
--- a/test/Feature/optnone-opt.ll
+++ b/test/Feature/optnone-opt.ll
@@ -41,6 +41,7 @@ attributes #0 = { optnone noinline }
; OPT-O1-DAG: Skipping pass 'Combine redundant instructions'
; OPT-O1-DAG: Skipping pass 'Dead Store Elimination'
; OPT-O1-DAG: Skipping pass 'Early CSE'
+; OPT-O1-DAG: Skipping pass 'Early GVN Hoisting of Expressions'
; OPT-O1-DAG: Skipping pass 'Jump Threading'
; OPT-O1-DAG: Skipping pass 'MemCpy Optimization'
; OPT-O1-DAG: Skipping pass 'Reassociate expressions'