diff options
Diffstat (limited to 'tools/bugpoint/CrashDebugger.cpp')
-rw-r--r-- | tools/bugpoint/CrashDebugger.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index 84d4d40014..b34d880565 100644 --- a/tools/bugpoint/CrashDebugger.cpp +++ b/tools/bugpoint/CrashDebugger.cpp @@ -91,7 +91,7 @@ public: }; bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { - // Clone the program to try hacking it appart... + // Clone the program to try hacking it apart... Module *M = CloneModule(BD.Program); // Convert list to set for fast lookup... @@ -153,7 +153,7 @@ public: }; bool ReduceCrashingBlocks::TestBlocks(std::vector<BasicBlock*> &BBs) { - // Clone the program to try hacking it appart... + // Clone the program to try hacking it apart... Module *M = CloneModule(BD.Program); // Convert list to set for fast lookup... |