aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Feature/intrinsics.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll
index 7fde03fe72..973e82f860 100644
--- a/test/Feature/intrinsics.ll
+++ b/test/Feature/intrinsics.ll
@@ -25,3 +25,5 @@ void %libm() {
call ulong %llvm.ctlz(ulong 65000)
ret void
}
+
+; FIXME: test ALL the intrinsics in this file.