diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/tail-dup.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/tail-dup.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/tail-dup.ll b/llvm/test/CodeGen/ARM/tail-dup.ll index eb4d0bab929..d654056eaf3 100644 --- a/llvm/test/CodeGen/ARM/tail-dup.ll +++ b/llvm/test/CodeGen/ARM/tail-dup.ll @@ -2,7 +2,7 @@ ; We should be able to tail-duplicate the basic block containing the indirectbr ; into all of its predecessors. -; CHECK: fn: +; CHECK-LABEL: fn: ; CHECK: mov pc ; CHECK: mov pc ; CHECK: mov pc |