commit | 0ff1190888f5b24f64a196392c452800447186d8 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Thu Aug 15 02:44:19 2013 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Thu Aug 15 02:44:19 2013 +0000 |
tree | 8478679911fc843dc0a0febcfc74f90514f2e3d5 | |
parent | 5a0910b34959fa8e0b5a49908f51a15bc3a48069 [diff] [blame] |
Replace getValueType().getSimpleVT() with getSimpleValueType(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188442 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 01da51c..e60adbf 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2432,7 +2432,7 @@ } case OPC_SwitchType: { - MVT CurNodeVT = N.getValueType().getSimpleVT(); + MVT CurNodeVT = N.getSimpleValueType(); unsigned SwitchStart = MatcherIndex-1; (void)SwitchStart; unsigned CaseSize; while (1) {