diff options
author | Stephen Hines <srhines@google.com> | 2014-05-29 02:49:00 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-05-29 02:49:00 -0700 |
commit | dce4a407a24b04eebc6a376f8e62b41aaa7b071f (patch) | |
tree | dcebc53f2b182f145a2e659393bf9a0472cedf23 /test/DebugInfo/unconditional-branch.ll | |
parent | 220b921aed042f9e520c26cffd8282a94c66c3d5 (diff) | |
download | external_llvm-dce4a407a24b04eebc6a376f8e62b41aaa7b071f.zip external_llvm-dce4a407a24b04eebc6a376f8e62b41aaa7b071f.tar.gz external_llvm-dce4a407a24b04eebc6a376f8e62b41aaa7b071f.tar.bz2 |
Update LLVM for 3.5 rebase (r209712).
Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
Diffstat (limited to 'test/DebugInfo/unconditional-branch.ll')
-rw-r--r-- | test/DebugInfo/unconditional-branch.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/DebugInfo/unconditional-branch.ll b/test/DebugInfo/unconditional-branch.ll index 1e5dac6..6c31375 100644 --- a/test/DebugInfo/unconditional-branch.ll +++ b/test/DebugInfo/unconditional-branch.ll @@ -1,12 +1,12 @@ ; REQUIRES: object-emission ; PR 19261 -; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj < %s > %t +; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt -; CHECK-NEXT: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt -; CHECK-NEXT: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt +; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt +; CHECK: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt ; IR generated from clang -O0 -g with the following source: ;void foo(int i){ |