summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MBlaze/select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MBlaze/select.ll')
-rw-r--r--llvm/test/CodeGen/MBlaze/select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MBlaze/select.ll b/llvm/test/CodeGen/MBlaze/select.ll
index 47a88a1e3c2..c4bdbc4014a 100644
--- a/llvm/test/CodeGen/MBlaze/select.ll
+++ b/llvm/test/CodeGen/MBlaze/select.ll
@@ -5,7 +5,7 @@
define i32 @testsel(i32 %a, i32 %b)
{
- ; CHECK: testsel:
+ ; CHECK-LABEL: testsel:
%tmp.1 = icmp eq i32 %a, %b
; CHECK: cmp
%tmp.2 = select i1 %tmp.1, i32 %a, i32 %b
OpenPOWER on IntegriCloud