diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-09-18 18:52:08 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-09-18 18:52:08 +0000 |
| commit | f0630d3d9608cdfc78042fc2bac3e3908d27611d (patch) | |
| tree | 5ada802e215285b8caae2d0c9a2f065699240c8e /llvm/lib | |
| parent | 4ca1733a06484bc97bca0835d3506b2939f8808f (diff) | |
| download | bcm5719-llvm-f0630d3d9608cdfc78042fc2bac3e3908d27611d.tar.gz bcm5719-llvm-f0630d3d9608cdfc78042fc2bac3e3908d27611d.zip | |
Fix built bot failure
llvm-svn: 281859
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp index f4ffe23420e..8f556683c35 100644 --- a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp +++ b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp @@ -988,7 +988,7 @@ void SelectInstVisitor::visitSelectInst(SelectInst &SI) { annotateOneSelectInst(SI); break; default: - assert(false && "Unknown visiting mode"); + llvm_unreachable("Unknown visiting mode"); break; } } |

