summaryrefslogtreecommitdiff
path: root/test/Feature/noalias-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/noalias-ret.ll')
-rw-r--r--test/Feature/noalias-ret.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Feature/noalias-ret.ll b/test/Feature/noalias-ret.ll
deleted file mode 100644
index d88452b797..0000000000
--- a/test/Feature/noalias-ret.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llvm-as < %s
-
-define noalias i8* @_Znwj(i32 %x) nounwind {
- %A = malloc i8, i32 %x
- ret i8* %A
-}