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 | e60e03a08dfbfd252caba1d4f62e16c31b316a2b (patch) | |
| tree | be690899ec563f0e10e0472083744b7d8d776d42 | |
| parent | 031e575a238010aa23b02ee5e2a6864ec3e6785b (diff) | |
| download | bcm5719-llvm-e60e03a08dfbfd252caba1d4f62e16c31b316a2b.tar.gz bcm5719-llvm-e60e03a08dfbfd252caba1d4f62e16c31b316a2b.zip | |
typo.
llvm-svn: 192158
| -rw-r--r-- | llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll b/llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll index ad10b46c737..cc151e039fa 100644 --- a/llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll +++ b/llvm/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 |

