[llvm] r204132 - DebugIRTests: Fixup for r204130.

Mishne, Alon alon.mishne at intel.com
Tue Mar 18 03:12:02 PDT 2014


Thank you for the speedy catch.

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of NAKAMURA Takumi
Sent: Tuesday, March 18, 2014 11:58
To: llvm-commits at cs.uiuc.edu
Subject: [llvm] r204132 - DebugIRTests: Fixup for r204130.

Author: chapuni
Date: Tue Mar 18 04:58:28 2014
New Revision: 204132

URL: http://llvm.org/viewvc/llvm-project?rev=204132&view=rev
Log:
DebugIRTests: Fixup for r204130.

Modified:
    llvm/trunk/unittests/Transforms/DebugIR/DebugIR.cpp

Modified: llvm/trunk/unittests/Transforms/DebugIR/DebugIR.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Transforms/DebugIR/DebugIR.cpp?rev=204132&r1=204131&r2=204132&view=diff
==============================================================================
--- llvm/trunk/unittests/Transforms/DebugIR/DebugIR.cpp (original)
+++ llvm/trunk/unittests/Transforms/DebugIR/DebugIR.cpp Tue Mar 18 04:58:28 2014
@@ -278,7 +278,7 @@ TEST_F(TestDebugIR, ExistingMetadataReta
   // verify DebugIR did not generate a file
   ASSERT_FALSE(removeIfExists(Path)) << "Unexpected file " << Path;
 
-  DICompileUnit CU(*Finder.compile_unit_begin());
+  DICompileUnit CU(*Finder.compile_units().begin());
 
   // Verify original CU information is retained
   ASSERT_EQ(Filename, CU.getFilename());


_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.





More information about the llvm-commits mailing list