diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-06-15 22:26:58 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-06-15 22:26:58 +0000 |
commit | 24e5aada7d112447c41c12008f7daf1fc15a24bc (patch) | |
tree | 588eab843c5914aa77f31835bbc62603d302ea92 /lib/CodeGen/IntrinsicLowering.cpp | |
parent | a2acf840a70c273a03ffb5752221350b4949fc0e (diff) |
Codegen support (stripped out) for the annotate attribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r-- | lib/CodeGen/IntrinsicLowering.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp index ad6feb4918..24ed4d3405 100644 --- a/lib/CodeGen/IntrinsicLowering.cpp +++ b/lib/CodeGen/IntrinsicLowering.cpp @@ -711,6 +711,9 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) { case Intrinsic::eh_filter: break; // Simply strip out debugging and eh intrinsics + case Intrinsic::var_annotation: + break; // Strip out annotate intrinsic + case Intrinsic::memcpy_i32: case Intrinsic::memcpy_i64: { static Constant *MemcpyFCache = 0; |