diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-05-21 21:47:54 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-05-21 21:47:54 +0000 |
commit | 15002a2b528e04a5edcfccbec392f5d6b19f7f6a (patch) | |
tree | a75ac33d96ebcf1641759e126ea1439b8023b690 /test/DebugInfo | |
parent | e528fca6735158caefe5d6bb58dcbd0c108845c5 (diff) | |
download | external_llvm-15002a2b528e04a5edcfccbec392f5d6b19f7f6a.zip external_llvm-15002a2b528e04a5edcfccbec392f5d6b19f7f6a.tar.gz external_llvm-15002a2b528e04a5edcfccbec392f5d6b19f7f6a.tar.bz2 |
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2009-01-15-RecordVariableCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-01-15-RecordVariableCrash.ll b/test/DebugInfo/2009-01-15-RecordVariableCrash.ll index 0fa2167..68268ba 100644 --- a/test/DebugInfo/2009-01-15-RecordVariableCrash.ll +++ b/test/DebugInfo/2009-01-15-RecordVariableCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -f -o /dev/null +; RUN: llvm-as < %s | llc -f -o /dev/null -verify-dom-info %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* } |