diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-10-08 02:30:54 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-10-08 02:30:54 +0000 |
commit | d79f6f786a5d8dbdb02851fd2b4242ff0c3f7082 (patch) | |
tree | 6c535e82012116c07be1cf4d200675695309426f /test/DebugInfo/ARM | |
parent | a204ac9e9099224bd804e91a726cd407c019cf4a (diff) | |
download | external_llvm-d79f6f786a5d8dbdb02851fd2b4242ff0c3f7082.zip external_llvm-d79f6f786a5d8dbdb02851fd2b4242ff0c3f7082.tar.gz external_llvm-d79f6f786a5d8dbdb02851fd2b4242ff0c3f7082.tar.bz2 |
typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/ARM')
-rw-r--r-- | test/DebugInfo/ARM/selectiondag-deadcode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/ARM/selectiondag-deadcode.ll b/test/DebugInfo/ARM/selectiondag-deadcode.ll index ad10b46..cc151e0 100644 --- a/test/DebugInfo/ARM/selectiondag-deadcode.ll +++ b/test/DebugInfo/ARM/selectiondag-deadcode.ll @@ -12,7 +12,7 @@ _ZN7Vector39NormalizeEv.exit: ; preds = %1, %0 ; of the vreg holding %agg.result) the dbg_value becomes dangling ; and SelectionDAGISel crashes. It should definitely not ; crash. Drop the dbg_value instead. - ; CHECK: "Matrix" + ; CHECK-NOT: "matrix" tail call void @llvm.dbg.declare(metadata !{%class.Matrix3.0.6.10* %agg.result}, metadata !45) %2 = getelementptr inbounds %class.Matrix3.0.6.10* %agg.result, i32 0, i32 0, i32 8 ret void |