[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/constants.ll
Jim Laskey
jlaskey at apple.com
Thu Aug 18 13:06:20 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
constants.ll updated: 1.2 -> 1.3
---
Log message:
Unmangled names.
---
Diffs of the changes: (+9 -9)
constants.ll | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/test/Regression/CodeGen/PowerPC/constants.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/constants.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/constants.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/constants.ll:1.2 Thu Aug 18 14:38:57 2005
+++ llvm/test/Regression/CodeGen/PowerPC/constants.ll Thu Aug 18 15:06:09 2005
@@ -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
}
More information about the llvm-commits
mailing list