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://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81750822f4f74801d219ad970be079c2f59b9d66;hp=0b06e2331eb549b53ac1e96d4878dfb0910b98f0;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 +} +