Update API usage for llvm DIBuilder changes for rvalue reference
authorEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:50 +0000 (01:36 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:50 +0000 (01:36 +0000)
commitfe0913b026b2f7875f3e29e8d1cf30943454aaba
treefe54be4d4450b213adc34a33fd42f7a89a7e4643
parentb5cf66cda2692b54f7c439d937a77b451c4d6840
Update API usage for llvm DIBuilder changes for rvalue reference
types and ensure we are actually creating the type.

rdar://11479676

llvm-svn: 157095
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp [new file with mode: 0644]