diff options
| author | Jim Laskey <jlaskey@mac.com> | 2005-08-18 20:06:09 +0000 |
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2005-08-18 20:06:09 +0000 |
| commit | e7b3cf73e55eb28da8d43f2d8f42733dc2cee6a2 (patch) | |
| tree | d18a04dd2e7043ca7248b2c4c7957eca86f90219 | |
| parent | 762c5e799c723922fb5026daa8b20379368b4c4f (diff) | |
| download | bcm5719-llvm-e7b3cf73e55eb28da8d43f2d8f42733dc2cee6a2.tar.gz bcm5719-llvm-e7b3cf73e55eb28da8d43f2d8f42733dc2cee6a2.zip | |
Unmangled names.
llvm-svn: 22875
| -rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/constants.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/constants.ll b/llvm/test/Regression/CodeGen/PowerPC/constants.ll index d0eec36ce57..d1f59e780b1 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/constants.ll +++ b/llvm/test/Regression/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 } |

