diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-29 10:34:42 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-29 10:34:42 +0000 |
| commit | 8a00ba1c69c5388fd84f3bfa64d8b6f55a1a90f6 (patch) | |
| tree | b61e0ebe312532f22f14b34fc7733ab68e020b8e | |
| parent | ca0ea543f5e58ee3c9a2539b522d70aa4f7ed939 (diff) | |
| download | bcm5719-llvm-8a00ba1c69c5388fd84f3bfa64d8b6f55a1a90f6.tar.gz bcm5719-llvm-8a00ba1c69c5388fd84f3bfa64d8b6f55a1a90f6.zip | |
Updated aliases test
llvm-svn: 36558
| -rw-r--r-- | llvm/test/CodeGen/X86/aliases.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/aliases.ll b/llvm/test/CodeGen/X86/aliases.ll index 33d30db89f5..9bd6140848e 100644 --- a/llvm/test/CodeGen/X86/aliases.ll +++ b/llvm/test/CodeGen/X86/aliases.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | \ ; RUN: llc -mtriple=i686-pc-linux-gnu -o %t -f -; RUN: grep -c set %t | grep 4 -; RUN: grep -c globl %t | grep 3 +; RUN: grep -c set %t | grep 5 +; RUN: grep -c globl %t | grep 4 ; RUN: grep -c weak %t | grep 1 @bar = external global i32 @@ -15,6 +15,8 @@ declare i32 @foo_f() @bar_i = alias internal i32* @bar +@A = alias bitcast (i32* @bar to i64*) + define i32 @test() { entry: %tmp = load i32* @foo1 |

