Codegen support (stripped out) for the annotate attribute.
[oota-llvm.git] / lib / CodeGen / IntrinsicLowering.cpp
index ad6feb49180283ec2b34f4cd2a1b9d17f28298da..24ed4d3405d7b9420113d6e8ebbc21728e941cca 100644 (file)
@@ -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;