summaryrefslogtreecommitdiff
path: root/test/CodeGen/Blackfin/ctlz16.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Blackfin/ctlz16.ll')
-rw-r--r--test/CodeGen/Blackfin/ctlz16.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Blackfin/ctlz16.ll b/test/CodeGen/Blackfin/ctlz16.ll
index 56a65c05853e..eb4af232cfef 100644
--- a/test/CodeGen/Blackfin/ctlz16.ll
+++ b/test/CodeGen/Blackfin/ctlz16.ll
@@ -4,15 +4,15 @@ declare i16 @llvm.ctlz.i16(i16)
define i16 @ctlztest(i16 %B) {
%b = call i16 @llvm.ctlz.i16( i16 %B ) ; <i16> [#uses=1]
- ret i16 %b;
+ ret i16 %b
}
define i16 @ctlztest_z(i16 zeroext %B) {
%b = call i16 @llvm.ctlz.i16( i16 %B ) ; <i16> [#uses=1]
- ret i16 %b;
+ ret i16 %b
}
define i16 @ctlztest_s(i16 signext %B) {
%b = call i16 @llvm.ctlz.i16( i16 %B ) ; <i16> [#uses=1]
- ret i16 %b;
+ ret i16 %b
}