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 | 7c00391248a88c17d53af0ee65328bcf919abcbd (patch) | |
tree | 0fa2318169af8ebc94df35027d687672d916e466 | |
parent | 2303c9dd69476d045af7cee94e112dd77d22fd28 (diff) |
Update test for the extra =.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121001 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/aliases.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/aliases.ll b/test/CodeGen/X86/aliases.ll index 3ed3bd67ce..33a659dfd3 100644 --- a/test/CodeGen/X86/aliases.ll +++ b/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 |