diff options
Diffstat (limited to 'test/Other/2002-03-11-ExprAssertion.ll')
-rw-r--r-- | test/Other/2002-03-11-ExprAssertion.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Other/2002-03-11-ExprAssertion.ll b/test/Other/2002-03-11-ExprAssertion.ll deleted file mode 100644 index 4c6dcb6..0000000 --- a/test/Other/2002-03-11-ExprAssertion.ll +++ /dev/null @@ -1,13 +0,0 @@ -; RUN: analyze -exprs %s - -implementation - -void "foo"(int %reg126) -begin - %cast1007 = cast int %reg126 to uint ; <uint> [#uses=1] - - %reg119 = sub uint %cast1007, %cast1007 ; <uint> [#uses=1] - %cast121 = cast uint %reg119 to sbyte * ; <sbyte *> [#uses=1] - - ret void -end |