mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
Un-XFAIL these tests after r40622 fixed them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee0142e4a6
commit
66ca0bc73a
@ -1,5 +1,4 @@
|
||||
// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
|
||||
// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
|
||||
// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
|
||||
|
||||
void foo(int * __restrict myptr1, int * myptr2) {
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
|
||||
// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
|
||||
// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
|
||||
|
||||
void foo(int & __restrict myptr1, int & myptr2) {
|
||||
|
Loading…
Reference in New Issue
Block a user