diff options
Diffstat (limited to 'test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll')
-rw-r--r-- | test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll b/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll deleted file mode 100644 index 57a9adc..0000000 --- a/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: llc < %s -march=c - -define i32 @foo() { - ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32)) -} |