diff options
| author | Chris Lattner <sabre@nondot.org> | 2012-05-27 19:37:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2012-05-27 19:37:05 +0000 |
| commit | 55dc5c77a33bff5a902fec1b2133620064e1a256 (patch) | |
| tree | cf3d0fdc0410f2796a13412806879d4734037d6c /lib/Transforms | |
| parent | c32cef6aa158a572dd42a4e15762ebb5c666c85e (diff) | |
| download | external_llvm-55dc5c77a33bff5a902fec1b2133620064e1a256.zip external_llvm-55dc5c77a33bff5a902fec1b2133620064e1a256.tar.gz external_llvm-55dc5c77a33bff5a902fec1b2133620064e1a256.tar.bz2 | |
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDefinition,
making it stronger and more sane.
Delete the code from tblgen that produced the old code.
Besides being a path forward in intrinsic sanity, this also eliminates a bunch of
machine generated code that was compiled into Function.o
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
| -rw-r--r-- | lib/Transforms/Scalar/ObjCARC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/ObjCARC.cpp b/lib/Transforms/Scalar/ObjCARC.cpp index 15109b5..9eb1039 100644 --- a/lib/Transforms/Scalar/ObjCARC.cpp +++ b/lib/Transforms/Scalar/ObjCARC.cpp @@ -20,7 +20,7 @@ // This file also defines a simple ARC-aware AliasAnalysis. // // WARNING: This file knows about certain library functions. It recognizes them -// by name, and hardwires knowedge of their semantics. +// by name, and hardwires knowledge of their semantics. // // WARNING: This file knows about how certain Objective-C library functions are // used. Naive LLVM IR transformations which would otherwise be |
