Fix "existant" typos
authorAlp Toker <alp@nuanti.com>
Tue, 29 Oct 2013 02:35:28 +0000 (02:35 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 29 Oct 2013 02:35:28 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193579 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/FileCheck/check-prefixes.txt
test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll

index 54506cfff4c30e87000aae4ad3402ea6cc17fb5d..933c85c51609f4f106829c676cab803a67fd9a55 100644 (file)
@@ -34,7 +34,7 @@ public:
   // We can preserve non-critical-edgeness when we unify function exit nodes
   virtual void getAnalysisUsage(AnalysisUsage &AU) const;
 
-  // getReturn|Unwind|UnreachableBlock - Return the new single (or nonexistant)
+  // getReturn|Unwind|UnreachableBlock - Return the new single (or nonexistent)
   // return, unwind, or unreachable  basic blocks in the CFG.
   //
   BasicBlock *getReturnBlock() const { return ReturnBlock; }
index f7db6188286111b5b9bb1b0933de65d6be6b815c..176e8505a2ae6ead114a83c4a2099412a3d4a15b 100644 (file)
@@ -6451,7 +6451,7 @@ static void checkForCyclesHelper(const SDNode *N,
 
 void llvm::checkForCycles(const llvm::SDNode *N) {
 #ifdef XDEBUG
-  assert(N && "Checking nonexistant SDNode");
+  assert(N && "Checking nonexistent SDNode");
   SmallPtrSet<const SDNode*, 32> visited;
   SmallPtrSet<const SDNode*, 32> checked;
   checkForCyclesHelper(N, visited, checked);
index a8af29d60b3ea337b20a0dc3292d184b8225ef77..fc7a0435eb70eea289030655fb0fbce1151bed60 100644 (file)
@@ -1,9 +1,9 @@
 // RUN: FileCheck -check-prefix=ANOTHER-PREFIX -input-file %s %s
-// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTANT-PREFIX %s
+// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s
 
 foobar
 ; ANOTHER-PREFIX: foobar
 
 ; We use regex to match the colon so that FileCheck won't think it is a check
 ; prefix.
-; CHECK-NONEXISTANT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'
+; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'
index fad52410ac8a7cad0b70cdddd692643e4df41875..001a1d695c9924f22b7e8c7e4bbf17924aa1ba1d 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -loop-reduce -S | FileCheck %s
 ;
-; Test LSR's ability to prune formulae that refer to nonexistant
+; Test LSR's ability to prune formulae that refer to nonexistent
 ; AddRecs in other loops.
 ;
 ; Unable to reduce this case further because it requires LSR to exceed