diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-19 22:26:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-19 22:26:29 +0000 |
commit | 9e02203abdfa5b948887cb44adc07c39ded5db39 (patch) | |
tree | 3f7c5fc1f527928f9289e70394c7b40b4c2c6df0 /test/Assembler/2004-01-20-MaxLongLong.ll | |
parent | e794fc38864f578eb88e9d664f0ecf25bb4d3f19 (diff) | |
download | external_llvm-9e02203abdfa5b948887cb44adc07c39ded5db39.zip external_llvm-9e02203abdfa5b948887cb44adc07c39ded5db39.tar.gz external_llvm-9e02203abdfa5b948887cb44adc07c39ded5db39.tar.bz2 |
rename *.llx -> *.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2004-01-20-MaxLongLong.ll')
-rw-r--r-- | test/Assembler/2004-01-20-MaxLongLong.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/2004-01-20-MaxLongLong.ll b/test/Assembler/2004-01-20-MaxLongLong.ll new file mode 100644 index 0000000..8af5332 --- /dev/null +++ b/test/Assembler/2004-01-20-MaxLongLong.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808 + +global i64 -9223372036854775808 + |