File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
- * limitations under the License.
14
+ * limitations under the License.
15
15
*/
16
16
17
17
#include " llvm-dialects/Dialect/Utils.h"
@@ -116,7 +116,6 @@ static std::string getMangledTypeStr(Type *Ty, bool &HasUnnamedType) {
116
116
case Type::X86_FP80TyID: Result += " f80" ; break ;
117
117
case Type::FP128TyID: Result += " f128" ; break ;
118
118
case Type::PPC_FP128TyID: Result += " ppcf128" ; break ;
119
- case Type::X86_MMXTyID: Result += " x86mmx" ; break ;
120
119
case Type::X86_AMXTyID: Result += " x86amx" ; break ;
121
120
case Type::IntegerTyID:
122
121
Result += " i" + utostr (cast<IntegerType>(Ty)->getBitWidth ());
You can’t perform that action at this time.
0 commit comments