diff options
author | Hideto Ueno <uenoku.tokotoko@gmail.com> | 2019-07-12 16:08:32 +0000 |
---|---|---|
committer | Hideto Ueno <uenoku.tokotoko@gmail.com> | 2019-07-12 16:08:32 +0000 |
commit | 81b7b2b574143124bbd4777fef52c5001cea1022 (patch) | |
tree | 540413fd2f8d32590134cb6408e8c0ea306bdff8 | |
parent | be28cddeeaa6e4377de9365e506645ee1eb97e35 (diff) | |
download | bcm5719-llvm-81b7b2b574143124bbd4777fef52c5001cea1022.tar.gz bcm5719-llvm-81b7b2b574143124bbd4777fef52c5001cea1022.zip |
Test commit
llvm-svn: 365912
-rw-r--r-- | llvm/test/Transforms/FunctionAttrs/willreturn.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/willreturn.ll b/llvm/test/Transforms/FunctionAttrs/willreturn.ll index 878538f9de3..b9a3cf926ab 100644 --- a/llvm/test/Transforms/FunctionAttrs/willreturn.ll +++ b/llvm/test/Transforms/FunctionAttrs/willreturn.ll @@ -434,6 +434,7 @@ unreachable_label: unreachable } + ;15.2 ; FNATTR: Function Attrs: noinline nounwind uwtable |