[llvm] 60cb83d - [analyzer] Fix include typo introduced by e61a1a9

Balazs Benics via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 07:09:44 PST 2022


Author: Balazs Benics
Date: 2022-03-11T16:09:25+01:00
New Revision: 60cb83d549a78301678bb7ddbfe95601b2f9694b

URL: https://github.com/llvm/llvm-project/commit/60cb83d549a78301678bb7ddbfe95601b2f9694b
DIFF: https://github.com/llvm/llvm-project/commit/60cb83d549a78301678bb7ddbfe95601b2f9694b.diff

LOG: [analyzer] Fix include typo introduced by e61a1a9

Added: 
    

Modified: 
    llvm/lib/Support/Z3Solver.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/Z3Solver.cpp b/llvm/lib/Support/Z3Solver.cpp
index c5344e6d5414c..b49d8d2afbb3c 100644
--- a/llvm/lib/Support/Z3Solver.cpp
+++ b/llvm/lib/Support/Z3Solver.cpp
@@ -13,7 +13,7 @@ using namespace llvm;
 
 #if LLVM_WITH_Z3
 
-#include "llvm/ADT/SmalLString.h"
+#include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/Twine.h"
 
 #include <set>


        


More information about the llvm-commits mailing list