tyops
authorGabor Greif <ggreif@gmail.com>
Mon, 23 Aug 2010 20:30:51 +0000 (20:30 +0000)
committerGabor Greif <ggreif@gmail.com>
Mon, 23 Aug 2010 20:30:51 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111835 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/X86/X86CodeEmitter.cpp

index b1d6966caebd3525dc2f3278fc54823aa2cc6773..bd644435c76fa2507dfee812ebe250c03390cacb 100644 (file)
@@ -10,7 +10,7 @@
 // This file contains a pass that scans a machine function to determine which
 // conditional branches need more than 10 bits of displacement to reach their
 // target basic block.  It does this in two passes; a calculation of basic block
-// positions pass, and a branch psuedo op to machine branch opcode pass.  This
+// positions pass, and a branch pseudo op to machine branch opcode pass.  This
 // pass should be run last, just before the assembly printer.
 //
 //===----------------------------------------------------------------------===//
index df24e96b8e889c0a6e87779d1ca0a51eb534c41f..e161d23600e2787d91d8988d92facd7baa41cd76 100644 (file)
@@ -10,7 +10,7 @@
 // This file contains a pass that scans a machine function to determine which
 // conditional branches need more than 16 bits of displacement to reach their
 // target basic block.  It does this in two passes; a calculation of basic block
-// positions pass, and a branch psuedo op to machine branch opcode pass.  This
+// positions pass, and a branch pseudo op to machine branch opcode pass.  This
 // pass should be run last, just before the assembly printer.
 //
 //===----------------------------------------------------------------------===//
index ec3201ab76e2bc1312aab5c99b59479feb982be2..824021c0c882b1c85b50a882eb08524c02976d3a 100644 (file)
@@ -702,7 +702,7 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI,
     // base address.
     switch (Opcode) {
     default: 
-      llvm_unreachable("psuedo instructions should be removed before code"
+      llvm_unreachable("pseudo instructions should be removed before code"
                        " emission");
       break;
     // Do nothing for Int_MemBarrier - it's just a comment.  Add a debug