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:40:56 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-19 22:40:56 +0000
commit69552aa77efe28f13e9e8ef703c466a16d221813 (patch)
tree8e1250139124c6b2963bce7efbfcf068ce5ea6f1 /test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
parentf465370a49df0d661ffc299ec29a231ba6f4b010 (diff)
downloadllvm-69552aa77efe28f13e9e8ef703c466a16d221813.tar.gz
llvm-69552aa77efe28f13e9e8ef703c466a16d221813.tar.bz2
llvm-69552aa77efe28f13e9e8ef703c466a16d221813.tar.xz
blockfreq: Temporarily turn on -debug-only=block-freq
These tests fail after my BlockFrequencyInfo rewrite on two buildbots [1][2]. I can't reproduce it locally, so I'm temporarily turning on -debug-only=block-freq so I can find the problem. [1]: http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/1860 [2]: http://llvm-amd64.freebsd.your.org/b/builders/clang-i386-freebsd/builds/18477 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206705 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, 3 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
index 308980d1cc..680f05b834 100644
--- a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
+++ b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
@@ -1,5 +1,6 @@
-;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
-;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
+;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
target triple = "sparc-unknown-linux-gnu"