From: Chris Lattner LLVM functions are identified by their name and type signature. Hence, two
functions with the same name but different parameter lists or return values are
-considered different functions, and LLVM will resolves references to each
+considered different functions, and LLVM will resolve references to each
appropriately.
The primitive types are the fundamental building blocks of the LLVM -system. The current set of primitive types are as follows:
+system. The current set of primitive types is as follows: