Skip to content

Commit

Permalink
Add missing space; works for me.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104992 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dale Johannesen committed May 28, 2010
1 parent 2da5337 commit 7722b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: opt -mem2reg < %s | llvm-dis | grep ".dbg "| count 6
; RUN: opt -mem2reg < %s | llvm-dis | grep ".dbg " | count 6

declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone

Expand Down

0 comments on commit 7722b08

Please sign in to comment.