[llvm] r192158 - typo.

Adrian Prantl aprantl at apple.com
Mon Oct 7 19:30:54 PDT 2013


Author: adrian
Date: Mon Oct  7 21:30:54 2013
New Revision: 192158

URL: http://llvm.org/viewvc/llvm-project?rev=192158&view=rev
Log:
typo.

Modified:
    llvm/trunk/test/DebugInfo/ARM/selectiondag-deadcode.ll

Modified: llvm/trunk/test/DebugInfo/ARM/selectiondag-deadcode.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/selectiondag-deadcode.ll?rev=192158&r1=192157&r2=192158&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/selectiondag-deadcode.ll (original)
+++ llvm/trunk/test/DebugInfo/ARM/selectiondag-deadcode.ll Mon Oct  7 21:30:54 2013
@@ -12,7 +12,7 @@ _ZN7Vector39NormalizeEv.exit:
   ; 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





More information about the llvm-commits mailing list