diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2008-12-12-EH.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-12-12-EH.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll deleted file mode 100644 index a2a5e9e39641..000000000000 --- a/test/CodeGen/PowerPC/2008-12-12-EH.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh - -define void @_Z1fv() { -entry: - br label %return - -return: - ret void -} |