From: Nadav Rotem Date: Mon, 22 Oct 2012 18:16:55 +0000 (+0000) Subject: Add a testcase for the previous commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=81750822f4f74801d219ad970be079c2f59b9d66;p=oota-llvm.git Add a testcase for the previous commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/forceoptsize_attr.ll b/test/Feature/forceoptsize_attr.ll new file mode 100644 index 00000000000..89f2a5fcd81 --- /dev/null +++ b/test/Feature/forceoptsize_attr.ll @@ -0,0 +1,7 @@ +; RUN: llvm-as < %s | llvm-dis | FileCheck %s + +define void @test1() forcesizeopt { +; CHECK: define void @test1() forcesizeopt + ret void +} +