diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2012-06-21 20:39:10 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-06-21 20:39:10 +0000 |
| commit | 54c5bc87992ebeaa9e71f2bfb60ac5cf74b77db3 (patch) | |
| tree | 10f8e7a9269390f01b1da8697290bf0aed552476 /test/CodeGen | |
| parent | 43d2ff1171d6c9c50ac2b3c5dfaea0746aee99d4 (diff) | |
1. fix null program output after some other changes
2. re-enable null.ll test
3. fix some minor style violations
Patch by Reed Kotler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
| -rw-r--r-- | test/CodeGen/Mips/null.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/Mips/null.ll b/test/CodeGen/Mips/null.ll index 3f55fa77e9..7beae99c45 100644 --- a/test/CodeGen/Mips/null.ll +++ b/test/CodeGen/Mips/null.ll @@ -1,9 +1,5 @@ ; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16 -; FIXME: Disabled temporarily because it should not have worked previously -; and will be fixed after a subsequent patch -; REQUIRES: disabled - define i32 @main() nounwind { entry: |
