Remove extra check line that's failing on windows and not necessary at

the moment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-12-20 04:40:28 +00:00
parent c86696a22a
commit 658537c710

View File

@ -11,7 +11,6 @@
; CHECK: .debug_ranges contents: ; CHECK: .debug_ranges contents:
; FIXME: When we get better dumping facilities we'll want to elaborate here. ; FIXME: When we get better dumping facilities we'll want to elaborate here.
; CHECK: 00000000 <End of list> ; CHECK: 00000000 <End of list>
; CHECK: 00000010 <End of list>
; Function Attrs: nounwind uwtable ; Function Attrs: nounwind uwtable
define i32 @f(i32 %a) #0 { define i32 @f(i32 %a) #0 {