Reverting r226548 as one of the tests fails in some configurations.
authorAlexander Kornienko <alexfh@google.com>
Tue, 20 Jan 2015 10:55:33 +0000 (10:55 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 20 Jan 2015 10:55:33 +0000 (10:55 +0000)
commit22c9d67e34eaac4c5232aa1fe8e8d30a508c8934
tree82c821f66f50c5169c92d16434b0c46279e3449d
parenta8c4d48478a5fdf4a83210f0db1003cab951e641
Reverting r226548 as one of the tests fails in some configurations.

Here's the fail log from our internal setup:
===
  .../tools/clang/clang -cc1 -internal-isystem .../tools/clang/staging/include -nostdsysteminc .../tools/clang/test/CodeGenOpenCL/spir-calling-conv.cl -triple spir-unknown-unknown -emit-llvm -o -
  FileCheck .../tools/clang/test/CodeGenOpenCL/spir-calling-conv.cl
.../tools/clang/test/CodeGenOpenCL/spir-calling-conv.cl:11:12: error: expected string not found in input
 // CHECK: %call = tail call spir_func i32 @get_dummy_id(i32 0)
           ^
<stdin>:6:52: note: scanning from here
define spir_kernel void @foo(i32 addrspace(1)* %A) #0 {
                                                   ^
<stdin>:7:2: note: possible intended match here
 %1 = tail call spir_func i32 @get_dummy_id(i32 0) #2
 ^
===

Here's a failure on a public CI server:
http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_check/1183/

llvm-svn: 226558
clang/include/clang/Basic/Specifiers.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Type.cpp
clang/lib/AST/TypePrinter.cpp
clang/lib/Basic/Targets.cpp
clang/lib/CodeGen/CGCall.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGenOpenCL/spir-calling-conv.cl [deleted file]
clang/tools/libclang/CXType.cpp