aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SimplifyCFG/branch-fold-dbg.ll')
-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* }