diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-09 20:11:19 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-09 20:11:19 +0000 |
commit | 9864a6557e3aeb8434dca59ebe955eb7cea6c47a (patch) | |
tree | 9063dc77ee6f3ed0047ca94d78e512b80366dde4 /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | |
parent | a7a108173f21624afffbda4dc2e26bc95ab2d2e7 (diff) | |
download | bcm5719-llvm-9864a6557e3aeb8434dca59ebe955eb7cea6c47a.tar.gz bcm5719-llvm-9864a6557e3aeb8434dca59ebe955eb7cea6c47a.zip |
Inline the checks for mutually exclusive attributes since they're used in only one module.
llvm-svn: 165539
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r-- | llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 97351e2a571..47eb011343f 100644 --- a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll @@ -1,5 +1,5 @@ ; Test function notes -; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes noinline alwaysinline are incompatible" +; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompatible" define void @fn1() alwaysinline noinline { ret void } |