summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2017-01-25 17:15:48 +0000
committerChad Rosier <mcrosier@codeaurora.org>2017-01-25 17:15:48 +0000
commit4f724dce428dfe79489de17eef1809aa40324eef (patch)
treec0d92c450e84cf8644d425336473b1662cfa64b9 /llvm/test
parentaeb8e339689ad34e1dae78cdeee7f4b268321d29 (diff)
downloadbcm5719-llvm-4f724dce428dfe79489de17eef1809aa40324eef.tar.gz
bcm5719-llvm-4f724dce428dfe79489de17eef1809aa40324eef.zip
Revert "Do not verify dominator tree if it has no roots"
This reverts commit r293033, per Danny's comment. In short, we require domtrees to have roots at all times. llvm-svn: 293075
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Generic/externally_available.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/externally_available.ll b/llvm/test/CodeGen/Generic/externally_available.ll
index 2376bc73992..7976cc97188 100644
--- a/llvm/test/CodeGen/Generic/externally_available.ll
+++ b/llvm/test/CodeGen/Generic/externally_available.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machine-dom-info < %s | not grep test_
+; RUN: llc < %s | not grep test_
; test_function should not be emitted to the .s file.
define available_externally i32 @test_function() {
OpenPOWER on IntegriCloud