summaryrefslogtreecommitdiff
path: root/test/Assembler/2006-09-28-CrashOnInvalid.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 20:34:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 20:34:08 +0000
commitd7c2c2f753ae80257798fd25a879ec17df953c5b (patch)
treec78dd40b1101360a07cdaca9c660ab5d7fd1879c /test/Assembler/2006-09-28-CrashOnInvalid.ll
parent21fdb97a9142490ac534bdfa3cf254575b6c847b (diff)
downloadllvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.gz
llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.bz2
llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.xz
Use llvm-upgrade these tests as they all use old assembly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2006-09-28-CrashOnInvalid.ll')
-rw-r--r--test/Assembler/2006-09-28-CrashOnInvalid.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2006-09-28-CrashOnInvalid.ll b/test/Assembler/2006-09-28-CrashOnInvalid.ll
index 3770add192..1f67c9cd65 100644
--- a/test/Assembler/2006-09-28-CrashOnInvalid.ll
+++ b/test/Assembler/2006-09-28-CrashOnInvalid.ll
@@ -1,6 +1,6 @@
; Test for PR902. This program is erroneous, but should not crash llvm-as.
; This tests that a simple error is caught and processed correctly.
-; RUN: (llvm-as < %s) 2>&1 | grep 'FP constant invalid for type'
+; RUN: llvm-upgrade < %s | llvm-as 2>&1 | grep 'FP constant invalid for type'
void %test() {
add int 1, 2.0
ret void