diff options
author | Craig Topper <craig.topper@intel.com> | 2018-04-30 22:02:48 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-04-30 22:02:48 +0000 |
commit | 13d759f87e22a7919ccbad36dff4b5a4cf7f48f3 (patch) | |
tree | 57879961475ee88ab3d2a268fea5cf5c68dd7ec4 /clang/lib | |
parent | ce05952943d958c984cbd9fdbd45036e4c1cd6be (diff) | |
download | bcm5719-llvm-13d759f87e22a7919ccbad36dff4b5a4cf7f48f3.tar.gz bcm5719-llvm-13d759f87e22a7919ccbad36dff4b5a4cf7f48f3.zip |
[CodeGen] Fix typo in comment form->from. NFC
llvm-svn: 331231
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 89f86ca99ee..11bfff1a7f1 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -1809,7 +1809,7 @@ void CodeGenModule::ConstructAttributeList( FuncAttrs.addAttribute(llvm::Attribute::NoReturn); // If we have information about the function prototype, we can learn - // attributes form there. + // attributes from there. AddAttributesFromFunctionProtoType(getContext(), FuncAttrs, CalleeInfo.getCalleeFunctionProtoType()); |