From 01042345c8889b7ffa5c28321850e91cb4e3b956 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Feb 2008 23:51:48 +0000 Subject: rename llx -> ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47192 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2004-03-07-FunctionAddressAlignment.ll | 15 +++++++++++++++ test/Assembler/2004-03-07-FunctionAddressAlignment.llx | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 test/Assembler/2004-03-07-FunctionAddressAlignment.ll delete mode 100644 test/Assembler/2004-03-07-FunctionAddressAlignment.llx (limited to 'test/Assembler') diff --git a/test/Assembler/2004-03-07-FunctionAddressAlignment.ll b/test/Assembler/2004-03-07-FunctionAddressAlignment.ll new file mode 100644 index 0000000000..909585cddf --- /dev/null +++ b/test/Assembler/2004-03-07-FunctionAddressAlignment.ll @@ -0,0 +1,15 @@ +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep cast +; All of these should be eliminable + + +int %foo() { + ret int and (int cast (int()* %foo to int), int 1) +} + +int %foo2() { + ret int and (int 1, int cast (int()* %foo2 to int)) +} + +bool %foo3() { + ret bool cast (bool()* %foo3 to bool) +} diff --git a/test/Assembler/2004-03-07-FunctionAddressAlignment.llx b/test/Assembler/2004-03-07-FunctionAddressAlignment.llx deleted file mode 100644 index 909585cddf..0000000000 --- a/test/Assembler/2004-03-07-FunctionAddressAlignment.llx +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep cast -; All of these should be eliminable - - -int %foo() { - ret int and (int cast (int()* %foo to int), int 1) -} - -int %foo2() { - ret int and (int 1, int cast (int()* %foo2 to int)) -} - -bool %foo3() { - ret bool cast (bool()* %foo3 to bool) -} -- cgit v1.2.3