mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
these tests aren't xfailed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b59e985cdb
commit
695e1c69a8
@ -1,5 +1,4 @@
|
||||
// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
|
||||
// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
|
||||
|
||||
void foo(int * __restrict myptr1, int * myptr2) {
|
||||
myptr1[0] = 0;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
|
||||
// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
|
||||
|
||||
void foo(int & __restrict myptr1, int & myptr2) {
|
||||
myptr1 = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user