diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-clz.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-clz.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-clz.ll b/llvm/test/CodeGen/Thumb2/thumb2-clz.ll index f7e966535d2..dbdaae29eae 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-clz.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-clz.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=thumb -mattr=+thumb2,+v7 | FileCheck %s define i32 @f1(i32 %a) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: clz r %tmp = tail call i32 @llvm.ctlz.i32(i32 %a, i1 true) ret i32 %tmp |