Fix typos
authorAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 21:26:28 +0000 (21:26 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 21:26:28 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209982 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/Support/Host.cpp
lib/Target/AArch64/AArch64SchedA53.td
test/DebugInfo/X86/dbg-value-inlined-parameter.ll

index a70c0f7c11ae428a82796864e8cdf0415d6ce218..29ebad40256abb83fc31890a8c451a159e4b0191 100644 (file)
@@ -1382,7 +1382,7 @@ DIE *DwarfUnit::getOrCreateSubprogramDIE(DISubprogram SP) {
   if (DISubprogram SPDecl = SP.getFunctionDeclaration()) {
     // Add subprogram definitions to the CU die directly.
     ContextDIE = &getUnitDie();
-    // Build the decl now to ensure it preceeds the definition.
+    // Build the decl now to ensure it precedes the definition.
     getOrCreateSubprogramDIE(SPDecl);
   }
 
index fd0472ee2f75c470cc9f8a885e8c0af287b360a6..ce0a3b6bed77a57d797b6b96da82c7f32e6e260b 100644 (file)
@@ -744,7 +744,7 @@ bool sys::getHostCPUFeatures(StringMap<bool> &Features) {
       .Default("");
 
 #if defined(__aarch64__)
-    // We need to check crypto seperately since we need all of the crypto
+    // We need to check crypto separately since we need all of the crypto
     // extensions to enable the subtarget feature
     if (CPUFeatures[I] == "aes")
       crypto |= CAP_AES;
index 0c3949ecfc17a165a1bf70b3d39c7b46d557a012..d709bee7b9eb4470c881120732dbbf9cedd1ed30 100644 (file)
@@ -148,9 +148,9 @@ def : ReadAdvance<ReadVLD, 0>;
 
 // ALU - Most operands in the ALU pipes are not needed for two cycles. Shiftable
 //       operands are needed one cycle later if and only if they are to be
-//       shifted. Otherwise, they too are needed two cycle later. This same
+//       shifted. Otherwise, they too are needed two cycles later. This same
 //       ReadAdvance applies to Extended registers as well, even though there is
-//       a seperate SchedPredicate for them.
+//       a separate SchedPredicate for them.
 def : ReadAdvance<ReadI, 2, [WriteImm,WriteI,
                              WriteISReg, WriteIEReg,WriteIS,
                              WriteID32,WriteID64,
index 1922272cab90e7184ab5f095b742b1edd4864781..bc86a4f26f5f54d26f272b2722bf67ecc3b62221 100644 (file)
@@ -7,7 +7,7 @@
 
 ; CHECK: DW_TAG_subprogram
 ; CHECK:   DW_AT_abstract_origin {{.*}}{[[ABS:.*]]}
-; FIXME: An out of line definition preceeding an inline usage doesn't properly
+; FIXME: An out of line definition preceding an inline usage doesn't properly
 ; reference abstract variables.
 ; CHECK:   DW_TAG_formal_parameter
 ; CHECK-NEXT:     DW_AT_name {{.*}} "sp"