commit | 954a6095d749b6b8468dc4ab2924f80d4d80b6ee | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 22 20:16:48 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 22 20:16:48 2003 +0000 |
tree | e41da14fa6417304ec1baf98d5358ac58cb105d9 | |
parent | b4d99217288900b1231e81213f7cdea1b56b37a5 [diff] [blame] |
Fix typeo llvm-svn: 8059
diff --git a/llvm/lib/Transforms/Utils/Linker.cpp b/llvm/lib/Transforms/Utils/Linker.cpp index e6e89c3..304a6bb 100644 --- a/llvm/lib/Transforms/Utils/Linker.cpp +++ b/llvm/lib/Transforms/Utils/Linker.cpp
@@ -51,7 +51,7 @@ static const FunctionType *getFT(const PATypeHolder &TH) { return cast<FunctionType>(TH.get()); } -static const StructType *getsT(const PATypeHolder &TH) { +static const StructType *getST(const PATypeHolder &TH) { return cast<StructType>(TH.get()); }