diff options
Diffstat (limited to 'test/CodeGen/Alpha/neg1.ll')
-rw-r--r-- | test/CodeGen/Alpha/neg1.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/Alpha/neg1.ll b/test/CodeGen/Alpha/neg1.ll deleted file mode 100644 index 0db767f..0000000 --- a/test/CodeGen/Alpha/neg1.ll +++ /dev/null @@ -1,7 +0,0 @@ -; Make sure this testcase codegens to the lda -1 instruction -; RUN: llc < %s -march=alpha | grep {\\-1} - -define i64 @bar() { -entry: - ret i64 -1 -} |