diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-08-23 20:30:51 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-08-23 20:30:51 +0000 |
commit | 21fed6616c373fd82374b0833e12461c630b86ef (patch) | |
tree | 068550a69f504305645232a487f62bd280f331c4 /llvm/lib/Target/PowerPC/PPCBranchSelector.cpp | |
parent | 6ffa3f2aeadadae3d621e65dc027e41eb17ce1f8 (diff) | |
download | bcm5719-llvm-21fed6616c373fd82374b0833e12461c630b86ef.tar.gz bcm5719-llvm-21fed6616c373fd82374b0833e12461c630b86ef.zip |
tyops
llvm-svn: 111835
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCBranchSelector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp index df24e96b8e8..e161d23600e 100644 --- a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -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. // //===----------------------------------------------------------------------===// |