summaryrefslogtreecommitdiff
path: root/test
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
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')
-rw-r--r--test/CodeGen/SPARC/2011-01-19-DelaySlot.ll5
-rw-r--r--test/CodeGen/X86/atom-bypass-slow-division-64.ll3
2 files changed, 3 insertions, 5 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"
diff --git a/test/CodeGen/X86/atom-bypass-slow-division-64.ll b/test/CodeGen/X86/atom-bypass-slow-division-64.ll
index 55cd92dfa6..5980b7907c 100644
--- a/test/CodeGen/X86/atom-bypass-slow-division-64.ll
+++ b/test/CodeGen/X86/atom-bypass-slow-division-64.ll
@@ -1,5 +1,4 @@
-; RUN: llc -debug-only=block-freq < %s -mcpu=atom -march=x86-64 | FileCheck %s
-; REQUIRES: asserts
+; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
target triple = "x86_64-unknown-linux-gnu"