[llvm] r190351 - Debug Info Testing: remove a commented out line.
Manman Ren
manman.ren at gmail.com
Mon Sep 9 13:45:35 PDT 2013
Author: mren
Date: Mon Sep 9 15:45:34 2013
New Revision: 190351
URL: http://llvm.org/viewvc/llvm-project?rev=190351&view=rev
Log:
Debug Info Testing: remove a commented out line.
Modified:
llvm/trunk/test/Linker/type-unique-simple-a.ll
Modified: llvm/trunk/test/Linker/type-unique-simple-a.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/type-unique-simple-a.ll?rev=190351&r1=190350&r2=190351&view=diff
==============================================================================
--- llvm/trunk/test/Linker/type-unique-simple-a.ll (original)
+++ llvm/trunk/test/Linker/type-unique-simple-a.ll Mon Sep 9 15:45:34 2013
@@ -5,7 +5,6 @@
; Content of header files:
; struct Base {
; int a;
-; //Base *b;
; };
; Content of foo.cpp:
;
More information about the llvm-commits
mailing list