summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-08-06 02:23:15 +0000
committerMatthias Braun <matze@braunis.de>2016-08-06 02:23:15 +0000
commit3f4f33680b0ae119d682eb81bdf77216a621e2f5 (patch)
treec5e70a19fcbf288f212cbb2779daa1276dbc1ee3 /test/Feature
parentfa2883261f215157289eeb560fa8a18a75dd595e (diff)
Revert "(refs/bisect/bad) GVN-hoist: enable by default"
GVN-Hoist appears to miscompile llvm-testsuite SingleSource/Benchmarks/Misc/fbench.c at the moment. I filed http://llvm.org/PR28880 This reverts commit r277786. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-opt.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/optnone-opt.ll b/test/Feature/optnone-opt.ll
index a00013ec179..f53877d4aea 100644
--- a/test/Feature/optnone-opt.ll
+++ b/test/Feature/optnone-opt.ll
@@ -41,7 +41,6 @@ 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'