aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-26 14:16:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-26 14:16:30 +0000
commit16a0de5b4aa25dc54129841b82bdbe2601482fe9 (patch)
treea2f3114df2a48ab72c98e76b07fd9c983459c1ee /test/Transforms/SimplifyCFG
parent320185fa5f5838b3892962f6e91083e9729cd946 (diff)
downloadexternal_llvm-16a0de5b4aa25dc54129841b82bdbe2601482fe9.zip
external_llvm-16a0de5b4aa25dc54129841b82bdbe2601482fe9.tar.gz
external_llvm-16a0de5b4aa25dc54129841b82bdbe2601482fe9.tar.bz2
Next batch of -disable-debug-info-verifier.
These tests fail without it if pipefail is enabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/branch-fold-dbg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/branch-fold-dbg.ll b/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
index 0526883..e0e5257 100644
--- a/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
+++ b/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
@@ -1,4 +1,4 @@
-; RUN: opt -simplifycfg -S < %s | FileCheck %s
+; RUN: opt -simplifycfg -S -disable-debug-info-verifier < %s | FileCheck %s
%0 = type { i32*, i32* }