diff options
Diffstat (limited to 'test/Assembler/alias-to-alias2.ll')
-rw-r--r-- | test/Assembler/alias-to-alias2.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Assembler/alias-to-alias2.ll b/test/Assembler/alias-to-alias2.ll deleted file mode 100644 index a8a0196..0000000 --- a/test/Assembler/alias-to-alias2.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s -; CHECK: error: Alias is pointed by alias b1 - -@g = global i32 42 - -@b1 = alias i32* @c1 -@c1 = alias i32* @g |