commit | 45787e56829f47e45d127882b1cd1821e7022e68 | [log] [tgz] |
---|---|---|
author | Michael Liao <michael.hliao@gmail.com> | Fri Oct 25 01:05:34 2019 -0400 |
committer | Michael Liao <michael.hliao@gmail.com> | Fri Oct 25 01:06:52 2019 -0400 |
tree | 0a452124710adc1d91c4c6cca04b18bf0e55825e | |
parent | 5a48678a6a1619fada23641a68c2d95ee57806b1 [diff] [blame] |
Fix compilation warning. NFC.
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 2caa850..9a56116 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -6874,6 +6874,7 @@ return ToReturn; } } + llvm_unreachable("unknown custom codegen type."); } static Value *EmitAArch64TblBuiltinExpr(CodeGenFunction &CGF, unsigned BuiltinID,