diff options
Diffstat (limited to 'test/CodeGen/Alpha/mul128.ll')
-rw-r--r-- | test/CodeGen/Alpha/mul128.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/Alpha/mul128.ll b/test/CodeGen/Alpha/mul128.ll deleted file mode 100644 index daf8409..0000000 --- a/test/CodeGen/Alpha/mul128.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: llc < %s -march=alpha - -define i128 @__mulvdi3(i128 %a, i128 %b) nounwind { -entry: - %r = mul i128 %a, %b - ret i128 %r -} |