summaryrefslogtreecommitdiffstats
path: root/test/Headers
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2015-06-04 18:45:44 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2015-06-04 18:45:44 +0000
commit7fc9495a40d973c32958b4d93ff31fb3b87ebd80 (patch)
treef09300026662d64ded62833dd0a45fbf9cfcd8ba /test/Headers
parent74d082a893bafb242ca302fa5787254e0a66295f (diff)
[PowerPC] This revision adds 68 of the missing "Predefined Functions for Vector Programming" from appendix A of the OpenPOWER ABI for Linux Supplement document.
I also added tests for the new functions and updated another test that was looking for specific line numbers in error messages from altivec.h. https://llvm.org/bugs/show_bug.cgi?id=23679 http://reviews.llvm.org/D10131 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Headers')
-rw-r--r--test/Headers/altivec-intrin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Headers/altivec-intrin.c b/test/Headers/altivec-intrin.c
index 1577d7e566..7e6ea00987 100644
--- a/test/Headers/altivec-intrin.c
+++ b/test/Headers/altivec-intrin.c
@@ -14,5 +14,5 @@ int main()
}
// FIXME: As noted in ms-intrin.cpp, it would be nice if we didn't have to
// hard-code the line number from altivec.h here.
-// expected-note@altivec.h:2514 {{deprecated here}}
-// expected-note@altivec.h:2649 {{deprecated here}}
+// expected-note@altivec.h:* {{deprecated here}}
+// expected-note@altivec.h:* {{deprecated here}}