Skip to content
Snippets Groups Projects
Commit 7fce911e authored by Chris Lattner's avatar Chris Lattner
Browse files

testcase that causes the asmparser to assert

llvm-svn: 30969
parent 04e71c6e
No related branches found
No related tags found
No related merge requests found
; RUN: not llvm-as %s -o /dev/null -f &&
; RUN: llvm-as %s -o /dev/null -f 2>&1 | grep 'Cannot form'
int %main() {
%foo = call sbyte* %llvm.stacksave()
%foop = cast sbyte* %foo to label*
%nret = load label* %foop
br label %nret;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment