blob: b936686798f03121bec85a109992231a66fa44de [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep nop
Chris Lattnerc9565892008-01-29 06:26:07 +00002target triple = "i686-apple-darwin8"
3
Bill Wendlingb5880a72008-01-26 09:03:52 +00004
5define void @bork() noreturn nounwind {
6entry:
7 unreachable
8}