diff options
Diffstat (limited to 'llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll')
| -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 fe5e87658dd..d4d0207bf07 100644 --- a/llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll +++ b/llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll @@ -13,7 +13,7 @@ _ZN7Vector39NormalizeEv.exit:                     ; preds = %1, %0    ; and SelectionDAGISel crashes.  It should definitely not    ; crash. Drop the dbg_value instead.    ; CHECK-NOT: "matrix" -  tail call void @llvm.dbg.declare(metadata %class.Matrix3.0.6.10* %agg.result, metadata !45, metadata !DIExpression(DW_OP_deref)) +  tail call void @llvm.dbg.declare(metadata %class.Matrix3.0.6.10* %agg.result, metadata !45, metadata !DIExpression())    %2 = getelementptr inbounds %class.Matrix3.0.6.10, %class.Matrix3.0.6.10* %agg.result, i32 0, i32 0, i32 8    ret void  }  | 

