summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-09 20:11:19 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-09 20:11:19 +0000
commit9864a6557e3aeb8434dca59ebe955eb7cea6c47a (patch)
tree9063dc77ee6f3ed0047ca94d78e512b80366dde4 /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
parenta7a108173f21624afffbda4dc2e26bc95ab2d2e7 (diff)
downloadbcm5719-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.ll2
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
}
OpenPOWER on IntegriCloud