From 5ea005bbab998dc0f4d5ebeb04ffad6136dca4f2 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 30 Aug 2018 06:01:01 +0000 Subject: [PATCH] [X86] Remove powerpc cpu name and features from uwtables.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341020 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/uwtables.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/uwtables.ll b/test/CodeGen/X86/uwtables.ll index d25492dfe5f..e41fdcc45a8 100644 --- a/test/CodeGen/X86/uwtables.ll +++ b/test/CodeGen/X86/uwtables.ll @@ -39,5 +39,5 @@ declare i32 @__gxx_personality_v0(...) declare void @__cxa_call_unexpected(i8*) local_unnamed_addr -attributes #0 = { noreturn nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="ppc64le" "target-features"="+altivec,+bpermd,+crypto,+direct-move,+extdiv,+htm,+power8-vector,+vsx,-power9-vector,-qpx" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { noreturn nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }