diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx b/llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx deleted file mode 100644 index afb6530bab9..00000000000 --- a/llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx +++ /dev/null @@ -1,26 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc - -%.str_1 = internal constant [16 x sbyte] c"%d %d %d %d %d\0A\00" - -%XA = external global int -%XB = external global int - -implementation ; Functions: - -declare int %printf(sbyte*, ...) - -void %test(int %A, int %B, int %C, int %D) { -entry: - %t1 = setlt int %A, 0 - br bool %t1, label %less, label %not_less -less: - br label %not_less -not_less: - %t2 = phi int [ sub ( int cast (int* %XA to int), - int cast (int* %XB to int) ), %less], - [ sub ( int cast (int* %XA to int), - int cast (int* %XB to int) ), %entry] - %tmp.39 = call int (sbyte*, ...)* %printf( sbyte* getelementptr ([16 x sbyte]* %.str_1, long 0, long 0), int %t2 ) - ret void -} - |

