diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-17 15:18:27 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-17 15:18:27 +0000 |
commit | 2b9c232e1fac2542458ef5c38b1d663fdc8523d1 (patch) | |
tree | 364e927a8a42392926033780cbef2d996489e99d /test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll | |
parent | 715f86085454686d074cfabe239905b6bf13cea8 (diff) | |
download | external_llvm-2b9c232e1fac2542458ef5c38b1d663fdc8523d1.zip external_llvm-2b9c232e1fac2542458ef5c38b1d663fdc8523d1.tar.gz external_llvm-2b9c232e1fac2542458ef5c38b1d663fdc8523d1.tar.bz2 |
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll')
-rw-r--r-- | test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll b/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll index 6e035d0..d4651a1 100644 --- a/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll +++ b/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll @@ -2,7 +2,7 @@ @Time.2535 = external global i64 ; <i64*> [#uses=2] -define arm_apcscc i64 @millisecs() nounwind { +define i64 @millisecs() nounwind { entry: %0 = load i64* @Time.2535, align 4 ; <i64> [#uses=2] %1 = add i64 %0, 1 ; <i64> [#uses=1] |