From: David Blaikie Date: Tue, 30 Dec 2014 23:21:57 +0000 (+0000) Subject: Generalize test case to handle different asm syntax (# or // comments) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2e05c34ba6333031954cc44178cc1ab3147640aa;p=oota-llvm.git Generalize test case to handle different asm syntax (# or // comments) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/multiline.ll b/test/DebugInfo/multiline.ll index ada34ca9c24..6de4dcf2aab 100644 --- a/test/DebugInfo/multiline.ll +++ b/test/DebugInfo/multiline.ll @@ -12,21 +12,21 @@ ; } -; CHECK: .loc 1 2 0 # +; CHECK: .loc 1 2 0 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 3 3 prologue_end # +; CHECK: .loc 1 3 3 prologue_end {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 3 9 is_stmt 0 # +; CHECK: .loc 1 3 9 is_stmt 0 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 3 15 # +; CHECK: .loc 1 3 15 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 4 3 is_stmt 1 # +; CHECK: .loc 1 4 3 is_stmt 1 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 4 9 is_stmt 0 # +; CHECK: .loc 1 4 9 is_stmt 0 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 4 15 # +; CHECK: .loc 1 4 15 {{#|//}} ; CHECK-NOT: .loc -; CHECK: .loc 1 5 1 is_stmt 1 # +; CHECK: .loc 1 5 1 is_stmt 1 {{#|//}} ; INT: {{^}}Address ; INT: -----