projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a459459
)
[bugpoint] Fix typo in assertion message. NFC
author
Craig Topper
<craig.topper@intel.com>
Thu, 23 Jul 2020 23:06:25 +0000
(16:06 -0700)
committer
Craig Topper
<craig.topper@intel.com>
Thu, 23 Jul 2020 23:06:43 +0000
(16:06 -0700)
llvm/tools/bugpoint/CrashDebugger.cpp
patch
|
blob
|
history
diff --git
a/llvm/tools/bugpoint/CrashDebugger.cpp
b/llvm/tools/bugpoint/CrashDebugger.cpp
index 1a39ff654f056368a3d863e104a24a3d1904fa54..d06bca9a1258706f3c8aa1c2dd88958e9b8640ad 100644
(file)
--- a/
llvm/tools/bugpoint/CrashDebugger.cpp
+++ b/
llvm/tools/bugpoint/CrashDebugger.cpp
@@
-1229,7
+1229,7
@@
static Error DebugACrash(BugDriver &BD, BugTester TestFn) {
unsigned NewSize = 0;
for (std::string &Name : FunctionNames) {
Function *Fn = BD.getProgram().getFunction(Name);
- assert(Fn && "Could not find funcion?");
+ assert(Fn && "Could not find func
t
ion?");
std::vector<Attribute> Attrs;
for (Attribute A : Fn->getAttributes().getFnAttributes())