diff options
author | Mon P Wang <wangmp@apple.com> | 2008-11-06 05:31:54 +0000 |
---|---|---|
committer | Mon P Wang <wangmp@apple.com> | 2008-11-06 05:31:54 +0000 |
commit | f007a8b931e229eb325319c97363be8507311e2e (patch) | |
tree | 7445b4f9f0fb7c0d50835d136efafa3dbd416d51 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | eb4f52eb6287919fe2bdca62364046af800cd15d (diff) |
Widening cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 9410271d06..ed80b4018c 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -645,7 +645,7 @@ unsigned TargetLowering::getVectorTypeBreakdown(MVT VT, /// getWidenVectorType: given a vector type, returns the type to widen to /// (e.g., v7i8 to v8i8). If the vector type is legal, it returns itself. /// If there is no vector type that we want to widen to, returns MVT::Other -/// When and were to widen is target dependent based on the cost of +/// When and where to widen is target dependent based on the cost of /// scalarizing vs using the wider vector type. MVT TargetLowering::getWidenVectorType(MVT VT) { assert(VT.isVector()); |