Unmangled names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22875 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/PowerPC/constants.ll b/test/CodeGen/PowerPC/constants.ll
index d0eec36..d1f59e7 100644
--- a/test/CodeGen/PowerPC/constants.ll
+++ b/test/CodeGen/PowerPC/constants.ll
@@ -5,47 +5,47 @@
implementation ; Functions:
-int %_Z2f1v() {
+int %f1() {
entry:
ret int 1
}
-int %_Z2f2v() {
+int %f2() {
entry:
ret int -1
}
-int %_Z2f3v() {
+int %f3() {
entry:
ret int 0
}
-int %_Z2f4v() {
+int %f4() {
entry:
ret int 32767
}
-int %_Z2f5v() {
+int %f5() {
entry:
ret int 65535
}
-int %_Z2f6v() {
+int %f6() {
entry:
ret int 65536
}
-int %_Z2f7v() {
+int %f7() {
entry:
ret int 131071
}
-int %_Z2f8v() {
+int %f8() {
entry:
ret int 2147483647
}
-int %_Z2f9v() {
+int %f9() {
entry:
ret int -2147483648
}