diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-06 23:48:22 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-06 23:48:22 +0000 |
| commit | 4e752fba922b8b3a3ac8e3a9ce4cca3d3ea3ef76 (patch) | |
| tree | 214b95e838261f20cb26c47a1feedfee1ace0be9 /llvm | |
| parent | 34057d0bac08c3266f069e54c358e07816c8b102 (diff) | |
| download | bcm5719-llvm-4e752fba922b8b3a3ac8e3a9ce4cca3d3ea3ef76.tar.gz bcm5719-llvm-4e752fba922b8b3a3ac8e3a9ce4cca3d3ea3ef76.zip | |
Kaleidoscope: Value => Metadata
llvm-svn: 225320
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter8/toy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter8/toy.cpp b/llvm/examples/Kaleidoscope/Chapter8/toy.cpp index eaa07ee93f4..961a0f89cac 100644 --- a/llvm/examples/Kaleidoscope/Chapter8/toy.cpp +++ b/llvm/examples/Kaleidoscope/Chapter8/toy.cpp @@ -836,7 +836,7 @@ void DebugInfo::emitLocation(ExprAST *AST) { } static DICompositeType CreateFunctionType(unsigned NumArgs, DIFile Unit) { - SmallVector<Value *, 8> EltTys; + SmallVector<Metadata *, 8> EltTys; DIType DblTy = KSDbgInfo.getDoubleTy(); // Add the result type. |

