aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-12-MinIntProblem.llx
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-14 07:57:12 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-14 07:57:12 +0000
commit6e9bceea976a993dbc6a543c2135980df7616b97 (patch)
treef929dabf6d10ad6d73d324f711989b2ad40ddcbb /test/Assembler/2003-05-12-MinIntProblem.llx
parente8b7ccf0c9a06831266d690d0b10ead71e0a4ac5 (diff)
downloadexternal_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.zip
external_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.gz
external_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.bz2
Remove llvm-upgrade
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2003-05-12-MinIntProblem.llx')
-rw-r--r--test/Assembler/2003-05-12-MinIntProblem.llx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Assembler/2003-05-12-MinIntProblem.llx b/test/Assembler/2003-05-12-MinIntProblem.llx
index 88d83c5..ebe1690 100644
--- a/test/Assembler/2003-05-12-MinIntProblem.llx
+++ b/test/Assembler/2003-05-12-MinIntProblem.llx
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep -- -2147483648
+; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
-int %foo() {
- ret int -2147483648
+define i32 @foo() {
+ ret i32 -2147483648
}