diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-02-17 20:02:20 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-02-17 20:02:20 +0000 |
commit | f697c038834f36190d6d93353ea3b1fababe6faf (patch) | |
tree | 0d6ee48a1c954dd09ab948fd4da9acee2a1f3239 /llvm/test/CodeGen/ARM/section.ll | |
parent | 1f6520842c2873aff772a39d53582c469b4f399d (diff) | |
download | bcm5719-llvm-f697c038834f36190d6d93353ea3b1fababe6faf.tar.gz bcm5719-llvm-f697c038834f36190d6d93353ea3b1fababe6faf.zip |
Remove llvm-upgrade.
llvm-svn: 47238
Diffstat (limited to 'llvm/test/CodeGen/ARM/section.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/section.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/section.ll b/llvm/test/CodeGen/ARM/section.ll index fcb86c542a0..0397bcc36e6 100644 --- a/llvm/test/CodeGen/ARM/section.ll +++ b/llvm/test/CodeGen/ARM/section.ll @@ -1,6 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \ +; RUN: llvm-as < %s | llc -mtriple=arm-linux | \ ; RUN: grep {__DTOR_END__:} -; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \ +; RUN: llvm-as < %s | llc -mtriple=arm-linux | \ ; RUN: grep {.section .dtors,"aw",.progbits} -%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors" +@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#uses=0] + |