diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:15:11 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:15:11 +0000 |
| commit | e484cc1925a999340bf71efcafdb53e661fe8b85 (patch) | |
| tree | b08e67e78546b1074a547d2c5f4159df24a3e20f | |
| parent | 1e8005d013460f6b80d919d7ea089e617b54e5f0 (diff) | |
| download | bcm5719-llvm-e484cc1925a999340bf71efcafdb53e661fe8b85.tar.gz bcm5719-llvm-e484cc1925a999340bf71efcafdb53e661fe8b85.zip | |
Correct syntax typo .. ; -> :
llvm-svn: 14619
| -rw-r--r-- | llvm/lib/VMCore/Type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index f3810be0c2d..50248f21e07 100644 --- a/llvm/lib/VMCore/Type.cpp +++ b/llvm/lib/VMCore/Type.cpp @@ -357,7 +357,7 @@ struct UnsignedIntType : public Type { }; struct OtherType : public Type { - OtherType(std:;string name, TypeID id) : Type(name,id) {} + OtherType(std::string name, TypeID id) : Type(name,id) {} }; |

