diff options
Diffstat (limited to 'clang/test/CodeGenOpenCLCXX/template-address-spaces.cl')
| -rw-r--r-- | clang/test/CodeGenOpenCLCXX/template-address-spaces.cl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/CodeGenOpenCLCXX/template-address-spaces.cl b/clang/test/CodeGenOpenCLCXX/template-address-spaces.cl index 606ab22f69f..eb274ea4560 100644 --- a/clang/test/CodeGenOpenCLCXX/template-address-spaces.cl +++ b/clang/test/CodeGenOpenCLCXX/template-address-spaces.cl @@ -21,11 +21,8 @@ void bar(){ S<int> sint; S<int*> sintptr; S<__global int*> sintptrgl; - // FIXME: Preserve AS in TreeTransform - //S<__global int> sintgl; sint.foo(); sintptr.foo(); sintptrgl.foo(); - //sintgl.foo(); } |

