llvm-mirror/test/Regression/Assembler/2004-06-07-VerifierBug.llx
Reid Spencer c3c82c41aa Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.

llvm-svn: 32768
2006-12-29 20:01:32 +00:00

12 lines
210 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as > /dev/null
void %t() {
entry:
ret void
loop:
%tmp.4.i9 = getelementptr int* null, int %tmp.5.i10
%tmp.5.i10 = load int* %tmp.4.i9
br label %loop
}