summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-19 22:45:44 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-19 22:45:44 +0000
commitc404a5334ef2e03e4c89fed6da7343e2e0709631 (patch)
tree7b4876da9d79220446fb5b549099b2aed9be6da8 /test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
parent69552aa77efe28f13e9e8ef703c466a16d221813 (diff)
downloadllvm-c404a5334ef2e03e4c89fed6da7343e2e0709631.tar.gz
llvm-c404a5334ef2e03e4c89fed6da7343e2e0709631.tar.bz2
llvm-c404a5334ef2e03e4c89fed6da7343e2e0709631.tar.xz
Revert "blockfreq: Temporarily turn on -debug-only=block-freq"
This reverts commit r206705, as planned. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC/2011-01-19-DelaySlot.ll')
-rw-r--r--test/CodeGen/SPARC/2011-01-19-DelaySlot.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
index 680f05b834..308980d1cc 100644
--- a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
+++ b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
@@ -1,6 +1,5 @@
-;RUN: llc -debug-only=block-freq -march=sparc < %s -verify-machineinstrs | FileCheck %s
-;RUN: llc -debug-only=block-freq -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
-;REQUIRES: asserts
+;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
+;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
target triple = "sparc-unknown-linux-gnu"