summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-21 20:07:38 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-21 20:07:38 +0000
commitaa861aa48354ca6bd2acc37e7de0990a18724b5b (patch)
tree4f7aedaa9361c65cf8ecf965704b2a9464081a37 /llvm/unittests/Transforms/Utils
parent8e47da4f5b564342b0a1e67d8daaf12b9208683e (diff)
downloadbcm5719-llvm-aa861aa48354ca6bd2acc37e7de0990a18724b5b.tar.gz
bcm5719-llvm-aa861aa48354ca6bd2acc37e7de0990a18724b5b.zip
DebugInfo: Remove DIArray and DITypeArray typedefs
Remove the `DIArray` and `DITypeArray` typedefs, preferring the underlying types (`DebugNodeArray` and `MDTypeRefArray`, respectively). llvm-svn: 235413
Diffstat (limited to 'llvm/unittests/Transforms/Utils')
-rw-r--r--llvm/unittests/Transforms/Utils/Cloning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Transforms/Utils/Cloning.cpp b/llvm/unittests/Transforms/Utils/Cloning.cpp
index 35bdd3684ab..48168d85a33 100644
--- a/llvm/unittests/Transforms/Utils/Cloning.cpp
+++ b/llvm/unittests/Transforms/Utils/Cloning.cpp
@@ -229,7 +229,7 @@ protected:
// Function DI
auto *File = DBuilder.createFile("filename.c", "/file/dir/");
- DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
+ MDTypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
MDSubroutineType *FuncType =
DBuilder.createSubroutineType(File, ParamTypes);
auto *CU =
OpenPOWER on IntegriCloud