From b0c76d72c3fd7878f87995a93c9724b723af4432 Mon Sep 17 00:00:00 2001
From: Nuno Lopes
This intrinsic is lowered to the val.
+ ++ declare void @llvm.donothing() nounwind readnone ++ +
The llvm.donothing intrinsic doesn't perform any operation. It's the +only intrinsic that can be called with an invoke instruction.
+ +None.
+ +This intrinsic does nothing, and it's removed by optimizers and ignored by +codegen.
+