OSDN Git Service

[FastISel] Don't trivially kill extractvalues (PR49467)
[android-x86/external-llvm-project.git] / README.md
index c12ea98..6e02ee3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ object files.  Tools include an assembler, disassembler, bitcode analyzer, and
 bitcode optimizer.  It also contains basic regression tests.
 
 C-like languages use the [Clang](http://clang.llvm.org/) front end.  This
-component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode
+component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
 -- and from there into object files, using LLVM.
 
 Other components include: