diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-07-26 17:07:03 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-07-26 17:07:03 +0000 |
commit | c7b7250e31b71a4eea8c81780ed9add67c156d37 (patch) | |
tree | 88804cef97ad8e25163a1e8bcc015e1ce58e5c5f /test/CodeGen/X86/test-pic-jtbl.ll | |
parent | eda2f2bd47c01c810fea57e9d2f4c3c94a37411d (diff) | |
download | external_llvm-c7b7250e31b71a4eea8c81780ed9add67c156d37.zip external_llvm-c7b7250e31b71a4eea8c81780ed9add67c156d37.tar.gz external_llvm-c7b7250e31b71a4eea8c81780ed9add67c156d37.tar.bz2 |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/test-pic-jtbl.ll')
-rw-r--r-- | test/CodeGen/X86/test-pic-jtbl.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/test-pic-jtbl.ll b/test/CodeGen/X86/test-pic-jtbl.ll index 1afa4ca..516b766 100644 --- a/test/CodeGen/X86/test-pic-jtbl.ll +++ b/test/CodeGen/X86/test-pic-jtbl.ll @@ -3,8 +3,8 @@ ; RUN: grep _GLOBAL_OFFSET_TABLE_ %t ; RUN: grep piclabel %t | wc -l | grep 3 ; RUN: grep PLT %t | wc -l | grep 6 -; RUN: grep GOTOFF %t | wc -l | grep 1 -; RUN: grep JTI %t | wc -l | grep 8 +; RUN: grep GOTOFF %t | wc -l | grep 2 +; RUN: grep JTI %t | wc -l | grep 9 define void @bar(i32 %n.u) { entry: |