]> granicus.if.org Git - clang/commit
CodeGen: address post commit review comments for r291123
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 6 Jan 2017 02:27:40 +0000 (02:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 6 Jan 2017 02:27:40 +0000 (02:27 +0000)
commit9b9db7fa41a1905899dbcbcc6cbdd05d2511da8e
tree9ed013733be1e7415eba76a77df6316392ed8d0b
parenta6e549dfea1c8288714c50cbb26fedb8022bac3b
CodeGen: address post commit review comments for r291123

This test would force the execution of the backend.  However, the
backend already has a test for this.  Effectively, this was trying to
test that an API call was made properly.  We do not have a good way to
really test this.  The test itself tested very little.

Addresses post-commit review comments from Eric Christopher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291208 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/include/function.x [deleted file]
test/CodeGen/include/module.x [deleted file]
test/CodeGen/inline-asm-inclusion.c [deleted file]