repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Assembler
/
2006-09-28-CrashOnInvalid.ll
blob
6041bdf4797b9e20ce871ee39a757d5f62293ae1
1
; Test for PR902. This program is erroneous, but should not crash llvm-as.
2
; This tests that a simple error is caught and processed correctly.
3
; RUN: not llvm-as < %s >/dev/null 2> %t
4
; RUN: grep "floating point constant invalid for type" %t
5
6
define void @test() {
7
add i32 1, 2.0
8
ret void
9
}