diff options
Diffstat (limited to 'test/CodeGen/R600/structurize1.ll')
-rw-r--r-- | test/CodeGen/R600/structurize1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/structurize1.ll b/test/CodeGen/R600/structurize1.ll index 8c10301a1686..77432c1f9d2b 100644 --- a/test/CodeGen/R600/structurize1.ll +++ b/test/CodeGen/R600/structurize1.ll @@ -16,7 +16,7 @@ ; } ; } -; CHECK-LABEL: @if_inside_loop +; CHECK-LABEL: {{^}}if_inside_loop: ; CHECK: LOOP_START_DX10 ; CHECK: END_LOOP define void @if_inside_loop(i32 addrspace(1)* %out, i32 %a, i32 %b, i32 %c, i32 %d) { |