update a bunch of tests that are using the x86 backend instead of grepping IR :(
authorChris Lattner <sabre@nondot.org>
Wed, 22 Sep 2010 06:09:31 +0000 (06:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Sep 2010 06:09:31 +0000 (06:09 +0000)
commit398e6b90f5e161d520a95cbf34c732a55fd3e476
treefc7149053f348c681f3a1e24de19e7f1583778e7
parent4ee5a6f9bd82ab3c1a4bdacc0caefe7d5f8bd37a
update a bunch of tests that are using the x86 backend instead of grepping IR :(

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114535 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/CodeGenCXX/PR5050-constructor-conversion.cpp
test/CodeGenCXX/array-construction.cpp
test/CodeGenCXX/array-operator-delete-call.cpp
test/CodeGenCXX/call-arg-zero-temp.cpp
test/CodeGenCXX/cast-conversion.cpp
test/CodeGenCXX/constructor-conversion.cpp
test/CodeGenCXX/constructor-default-arg.cpp
test/CodeGenCXX/constructor-for-array-members.cpp
test/CodeGenCXX/convert-to-fptr.cpp
test/CodeGenCXX/decl-ref-init.cpp
test/CodeGenCXX/default-constructor-for-members.cpp
test/CodeGenCXX/derived-to-base-conv.cpp
test/CodeGenCXX/ptr-to-member-function.cpp
test/CodeGenObjC/objc-read-weak-byref.m
test/CodeGenObjC/objc2-weak-block-call.m