aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-29 20:18:19 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-29 20:18:19 +0000
commit096880b59008a44860edd0fcab1f55aa1363bdf5 (patch)
tree55f0f4d44513503d6cf9c0ed99bf88b151b2d1c7 /test/Transforms/SimplifyCFG
parentc0fa31d51bdb255a481a287ab6492461ba5f2458 (diff)
downloadexternal_llvm-096880b59008a44860edd0fcab1f55aa1363bdf5.zip
external_llvm-096880b59008a44860edd0fcab1f55aa1363bdf5.tar.gz
external_llvm-096880b59008a44860edd0fcab1f55aa1363bdf5.tar.bz2
Debug Info: enable verifier for testing cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/branch-fold-dbg.ll2
-rw-r--r--test/Transforms/SimplifyCFG/hoist-dbgvalue.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/branch-fold-dbg.ll b/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
index 44fee27..7fc0cbd 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 -disable-debug-info-verifier < %s | FileCheck %s
+; RUN: opt -simplifycfg -S < %s | FileCheck %s
%0 = type { i32*, i32* }
diff --git a/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll b/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
index eb1e2b5..0e36066 100644
--- a/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
+++ b/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
@@ -1,4 +1,4 @@
-; RUN: opt -simplifycfg -S -disable-debug-info-verifier < %s | FileCheck %s
+; RUN: opt -simplifycfg -S < %s | FileCheck %s
define i32 @foo(i32 %i) nounwind ssp {
call void @llvm.dbg.value(metadata !{i32 %i}, i64 0, metadata !6), !dbg !7