blob: 97351e2a5713eeedace4db62d8d66cd41e8ef7e2 [file] [log] [blame]
Devang Patel9018f562008-09-02 20:58:16 +00001; Test function notes
Chandler Carruth49589f02012-07-02 18:37:59 +00002; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes noinline alwaysinline are incompatible"
Devang Patel652203f2008-09-29 20:49:50 +00003define void @fn1() alwaysinline noinline {
Devang Patel9018f562008-09-02 20:58:16 +00004 ret void
5}
6