view test/Verifier/2006-10-15-AddrLabel.ll @ 52:c22698ecb2a9

modified CreateIdentifierInfo and create new function which was named 'CreateUniqueIdentifierInfo'.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 15 Jan 2014 21:01:33 +0900
parents 95c75e76d11b
children afa8332a0e37
line wrap: on
line source

; RUN: not llvm-as < %s > /dev/null 2> %t
; RUN: FileCheck %s --input-file=%t
; CHECK: basic block pointers are invalid

define i32 @main() {
         %foo  = call i8* %llvm.stacksave()
         %foop = bitcast i8* %foo to label*
         %nret = load label* %foop
         br label %nret
}