diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 15:05:36 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 15:05:36 +0000 |
commit | 884d58a798df3d43fd92a0d314ceb00ec7ba503f (patch) | |
tree | 40978c12e421506c1faf3329057cd5f6b2a96cc9 | |
parent | 34a06a0802a2c0d73660ab866da657db01b92cae (diff) | |
download | bcm5719-llvm-884d58a798df3d43fd92a0d314ceb00ec7ba503f.tar.gz bcm5719-llvm-884d58a798df3d43fd92a0d314ceb00ec7ba503f.zip |
Update test for the extra =.
llvm-svn: 121001
-rw-r--r-- | llvm/test/CodeGen/X86/aliases.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/aliases.ll b/llvm/test/CodeGen/X86/aliases.ll index 3ed3bd67cef..33a659dfd3f 100644 --- a/llvm/test/CodeGen/X86/aliases.ll +++ b/llvm/test/CodeGen/X86/aliases.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -asm-verbose=false -o %t -; RUN: grep { = } %t | count 16 +; RUN: grep { = } %t | count 17 ; RUN: grep set %t | count 18 ; RUN: grep globl %t | count 6 ; RUN: grep weak %t | count 1 |