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 | a5a239f87ef90c0dd8b0c26553c8d81f5c1d7933 (patch) | |
tree | 7445b4f9f0fb7c0d50835d136efafa3dbd416d51 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 38396beca395eae0a5fe0b0f86c9bfcffb272287 (diff) | |
download | external_llvm-a5a239f87ef90c0dd8b0c26553c8d81f5c1d7933.zip external_llvm-a5a239f87ef90c0dd8b0c26553c8d81f5c1d7933.tar.gz external_llvm-a5a239f87ef90c0dd8b0c26553c8d81f5c1d7933.tar.bz2 |
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 9410271..ed80b40 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()); |