resurrect lost tests by renaming them to not end with .tr
[oota-llvm.git] / test / CFrontend / 2004-02-20-Builtins.c
diff --git a/test/CFrontend/2004-02-20-Builtins.c b/test/CFrontend/2004-02-20-Builtins.c
new file mode 100644 (file)
index 0000000..82b7dc1
--- /dev/null
@@ -0,0 +1,6 @@
+// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
+
+void zsqrtxxx(float num) {
+   num = sqrt(num);
+}
+