[llvm] r197782 - Remove extra check line that's failing on windows and not necessary at
Eric Christopher
echristo at gmail.com
Thu Dec 19 20:40:29 PST 2013
Author: echristo
Date: Thu Dec 19 22:40:28 2013
New Revision: 197782
URL: http://llvm.org/viewvc/llvm-project?rev=197782&view=rev
Log:
Remove extra check line that's failing on windows and not necessary at
the moment.
Modified:
llvm/trunk/test/DebugInfo/cu-ranges.ll
Modified: llvm/trunk/test/DebugInfo/cu-ranges.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cu-ranges.ll?rev=197782&r1=197781&r2=197782&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/cu-ranges.ll (original)
+++ llvm/trunk/test/DebugInfo/cu-ranges.ll Thu Dec 19 22:40:28 2013
@@ -11,7 +11,6 @@
; CHECK: .debug_ranges contents:
; FIXME: When we get better dumping facilities we'll want to elaborate here.
; CHECK: 00000000 <End of list>
-; CHECK: 00000010 <End of list>
; Function Attrs: nounwind uwtable
define i32 @f(i32 %a) #0 {
More information about the llvm-commits
mailing list